/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, ../scss/partials/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 146, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: none !important;
  -epub-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 185, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 226, ../scss/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 234, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 250, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 269, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 279, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 336, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 347, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 361, ../scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 373, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 386, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 398, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 408, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 420, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 432, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 441, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 452, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 465, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 472, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 479, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 32, ../scss/partials/_typography.scss */
p {
  /* -ms-word-break: break-all;
   -ms-word-wrap: break-all;
       word-break: break-word;
      word-break: break-word; */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've separated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 35, ../scss/partials/_grid.scss */
.last-col {
  float: left;
  margin-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit. */
@media (max-width: 767px) {
  /* line 49, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    margin-right: 20px;
    display: block;
    width: 100%;
    padding-right: 0;
  }

  /* line 55, ../scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    margin-right: 20px;
    display: block;
    width: calc(50% - 10px);
  }
  /* line 59, ../scss/partials/_grid.scss */
  .m-1of2:nth-of-type(2n) {
    float: left;
    margin-right: 0 !important;
  }

  /* line 65, ../scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 33.33%;
  }

  /* line 70, ../scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 66.66%;
  }

  /* line 75, ../scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 25%;
  }

  /* line 80, ../scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 75%;
  }
}
/*

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 91, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    margin-right: 20px;
    display: block;
    width: 100%;
    padding-right: 0;
  }

  /* line 97, ../scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 50%;
  }

  /* line 102, ../scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    margin-right: 20px;
    display: block;
    width: calc(33% - 40px/3);
  }
  /* line 106, ../scss/partials/_grid.scss */
  .t-1of3:nth-of-type(3n) {
    float: left;
    margin-right: 0 !important;
  }

  /* line 112, ../scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 66.66%;
  }

  /* line 117, ../scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 25%;
  }

  /* line 122, ../scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 75%;
  }

  /* line 127, ../scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 20%;
  }

  /* line 132, ../scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 40%;
  }

  /* line 137, ../scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 60%;
  }

  /* line 142, ../scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 80%;
  }
}
/*
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 152, ../scss/partials/_grid.scss */
  .d-all {
    float: left;
    margin-right: 20px;
    display: block;
    width: 100%;
    padding-right: 0;
  }

  /* line 158, ../scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 50%;
  }

  /* line 163, ../scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 320px;
  }
  /* line 167, ../scss/partials/_grid.scss */
  .d-1of3:nth-of-type(3n) {
    float: left;
    margin-right: 0 !important;
  }

  /* line 173, ../scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 660px;
  }

  /* line 178, ../scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    margin-right: 20px;
    display: block;
    width: calc(25% - 20px);
  }

  /* line 183, ../scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    margin-right: 20px;
    display: block;
    width: calc(75% - 20px);
  }

  /* line 188, ../scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 20%;
  }

  /* line 193, ../scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 40%;
  }

  /* line 198, ../scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 60%;
  }

  /* line 203, ../scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 80%;
  }

  /* line 208, ../scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 150px;
  }
  /* line 212, ../scss/partials/_grid.scss */
  .d-1of6:nth-of-type(6n) {
    float: left;
    margin-right: 0 !important;
  }

  /* line 218, ../scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 14.2857142857%;
  }

  /* line 223, ../scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 28.5714286%;
  }

  /* line 228, ../scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 42.8571429%;
  }

  /* line 233, ../scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 57.1428572%;
  }

  /* line 238, ../scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 71.4285715%;
  }

  /* line 243, ../scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 85.7142857%;
  }

  /* line 248, ../scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 12.5%;
  }

  /* line 253, ../scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 11.1111111111%;
  }

  /* line 258, ../scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 10%;
  }

  /* line 263, ../scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 9.09090909091%;
  }

  /* line 268, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    margin-right: 20px;
    display: block;
    width: 65px;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, ../scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success, .dark-alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 21, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 39, ../scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/* line 45, ../scss/modules/_alerts.scss */
.dark-alert {
  padding: 10px;
  background: #3b4a5a;
  border-color: #647a93;
  margin: 20px 0 0 0;
  text-align: center;
}
@media (min-width: 940px) {
  /* line 45, ../scss/modules/_alerts.scss */
  .dark-alert {
    padding: 0px;
    height: 61px;
    text-align: left;
  }
}

/* line 60, ../scss/modules/_alerts.scss */
.alert-messsage {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
@media (min-width: 940px) {
  /* line 60, ../scss/modules/_alerts.scss */
  .alert-messsage {
    line-height: 60px;
    text-align: left;
    margin-left: 20px;
    float: left;
  }
}

/* line 75, ../scss/modules/_alerts.scss */
.alert-button {
  margin-bottom: 10px;
  margin-top: 12px;
}
@media (min-width: 940px) {
  /* line 75, ../scss/modules/_alerts.scss */
  .alert-button {
    margin-bottom: 0;
    float: right;
    margin-right: 12px;
  }
}

/* line 87, ../scss/modules/_alerts.scss */
.alert-icon {
  height: 50px;
  width: 50px;
  margin: 5px auto;
  background: #e26036 url("../images/alert-triangle.png") no-repeat center;
}
@media (min-width: 940px) {
  /* line 87, ../scss/modules/_alerts.scss */
  .alert-icon {
    float: left;
    margin: 5px;
  }
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
/* line 27, ../scss/modules/_buttons.scss */
.blue-btn, .comment-reply-link, #submit, .button, .resource-list-option-links-container a, .resource-list-option-links-container .current-active-button, #bbp-search-form .button, #bbp-search-form .resource-list-option-links-container a, .resource-list-option-links-container #bbp-search-form a, #bbp-search-form .resource-list-option-links-container .current-active-button, .resource-list-option-links-container #bbp-search-form .current-active-button, .big-button, .attendees-button, .hub-dropdown-menu-trigger {
  display: inline-block;
  position: relative;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 1.33em;
  font-weight: normal;
  padding: 10px 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
/* line 45, ../scss/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .button:hover, .resource-list-option-links-container a:hover, .resource-list-option-links-container .current-active-button:hover, #bbp-search-form .button:hover, #bbp-search-form .resource-list-option-links-container a:hover, .resource-list-option-links-container #bbp-search-form a:hover, #bbp-search-form .resource-list-option-links-container .current-active-button:hover, .resource-list-option-links-container #bbp-search-form .current-active-button:hover, .big-button:hover, .attendees-button:hover, .hub-dropdown-menu-trigger:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus, .button:focus, .resource-list-option-links-container a:focus, .resource-list-option-links-container .current-active-button:focus, #bbp-search-form .button:focus, #bbp-search-form .resource-list-option-links-container a:focus, .resource-list-option-links-container #bbp-search-form a:focus, #bbp-search-form .resource-list-option-links-container .current-active-button:focus, .resource-list-option-links-container #bbp-search-form .current-active-button:focus, .big-button:focus, .attendees-button:focus, .hub-dropdown-menu-trigger:focus {
  color: #fff;
  text-decoration: none;
}
/* line 51, ../scss/modules/_buttons.scss */
.blue-btn:active, .comment-reply-link:active, #submit:active, .button:active, .resource-list-option-links-container a:active, .resource-list-option-links-container .current-active-button:active, #bbp-search-form .button:active, #bbp-search-form .resource-list-option-links-container a:active, .resource-list-option-links-container #bbp-search-form a:active, #bbp-search-form .resource-list-option-links-container .current-active-button:active, .resource-list-option-links-container #bbp-search-form .current-active-button:active, .big-button:active, .attendees-button:active, .hub-dropdown-menu-trigger:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
/* line 63, ../scss/modules/_buttons.scss */
.blue-btn, .comment-reply-link, #submit {
  background-color: #24a5d1;
}
/* line 67, ../scss/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #2197c0;
}
/* line 72, ../scss/modules/_buttons.scss */
.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #2094bb;
}

/* line 82, ../scss/modules/_buttons.scss */
.button, .resource-list-option-links-container a, .resource-list-option-links-container .current-active-button, #bbp-search-form .button, #bbp-search-form .resource-list-option-links-container a, .resource-list-option-links-container #bbp-search-form a, #bbp-search-form .resource-list-option-links-container .current-active-button, .resource-list-option-links-container #bbp-search-form .current-active-button {
  font-size: 13px;
  font-weight: 700;
}
/* line 87, ../scss/modules/_buttons.scss */
.button a, .resource-list-option-links-container a a, .resource-list-option-links-container .current-active-button a, #bbp-search-form .button a, #bbp-search-form .resource-list-option-links-container a a, .resource-list-option-links-container #bbp-search-form a a, #bbp-search-form .resource-list-option-links-container .current-active-button a, .resource-list-option-links-container #bbp-search-form .current-active-button a {
  color: #fff !important;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 95, ../scss/modules/_buttons.scss */
.hub-button {
  background: #1C6A1E;
}

/* line 99, ../scss/modules/_buttons.scss */
.big-button, .attendees-button {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding: 15px 78px;
  background: #F8F9FA;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 110, ../scss/modules/_buttons.scss */
.big-button a, .attendees-button a {
  color: white !important;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

/* line 118, ../scss/modules/_buttons.scss */
.orange-button {
  background: #e26036;
}
/* line 121, ../scss/modules/_buttons.scss */
.orange-button:hover, .orange-button:focus {
  background-color: #df5224;
}
/* line 126, ../scss/modules/_buttons.scss */
.orange-button:active {
  background-color: #de4f20;
}

/* line 131, ../scss/modules/_buttons.scss */
.blue-button {
  background: #24a5d1;
}
/* line 134, ../scss/modules/_buttons.scss */
.blue-button:hover, .blue-button:focus {
  background-color: #2197c0;
}
/* line 139, ../scss/modules/_buttons.scss */
.blue-button:active {
  background-color: #2094bb;
}

/* line 144, ../scss/modules/_buttons.scss */
.green-button, .resource-list-option-links-container a, .resource-list-option-links-container .current-active-button {
  background: #1C6A1E;
}
/* line 147, ../scss/modules/_buttons.scss */
.green-button:hover, .resource-list-option-links-container a:hover, .resource-list-option-links-container .current-active-button:hover, .green-button:focus, .resource-list-option-links-container a:focus, .resource-list-option-links-container .current-active-button:focus {
  background-color: #185a19;
}
/* line 152, ../scss/modules/_buttons.scss */
.green-button:active, .resource-list-option-links-container a:active, .resource-list-option-links-container .current-active-button:active {
  background-color: #175618;
}

/* line 157, ../scss/modules/_buttons.scss */
.gray-button {
  background: #647a93;
  color: #FFF;
}
/* line 161, ../scss/modules/_buttons.scss */
.gray-button a {
  color: #FFF;
}
/* line 165, ../scss/modules/_buttons.scss */
.gray-button:hover, .gray-button:focus {
  background-color: #5c7087;
}
/* line 170, ../scss/modules/_buttons.scss */
.gray-button:active {
  background-color: #5a6d84;
}

/* line 175, ../scss/modules/_buttons.scss */
.dark-gray-button {
  background: #3b4a5a;
}
/* line 178, ../scss/modules/_buttons.scss */
.dark-gray-button:hover, .dark-gray-button:focus {
  background-color: #33404e;
}
/* line 183, ../scss/modules/_buttons.scss */
.dark-gray-button:active {
  background-color: #313d4b;
}

/* line 188, ../scss/modules/_buttons.scss */
.white-button {
  background: #dce1e7;
}
/* line 192, ../scss/modules/_buttons.scss */
.white-button:hover, .white-button:focus {
  background-color: #d0d7df;
}
/* line 197, ../scss/modules/_buttons.scss */
.white-button:active {
  background-color: #d0d7df;
}
/* line 201, ../scss/modules/_buttons.scss */
.white-button a {
  color: #3b4a5a !important;
}

/* line 206, ../scss/modules/_buttons.scss */
.header-button {
  background: #1C6A1E;
  padding: 10px 20px;
  margin-left: 20px;
}
/* line 211, ../scss/modules/_buttons.scss */
.header-button:hover {
  background: #175618;
}
/* line 215, ../scss/modules/_buttons.scss */
.header-button--grey {
  background: #52667B;
}
/* line 218, ../scss/modules/_buttons.scss */
.header-button--grey:hover {
  background: #48596c;
}
/* line 223, ../scss/modules/_buttons.scss */
.header-button a {
  color: #FFF;
}

/* line 228, ../scss/modules/_buttons.scss */
.more-button {
  float: right;
}

/* line 232, ../scss/modules/_buttons.scss */
.submit-button, #bbp-search-form .button, #bbp-search-form .resource-list-option-links-container a, .resource-list-option-links-container #bbp-search-form a, #bbp-search-form .resource-list-option-links-container .current-active-button, .resource-list-option-links-container #bbp-search-form .current-active-button {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 10px;
  text-align: center;
}

/* line 241, ../scss/modules/_buttons.scss */
.submit-content, .edit-content, .member-home__edit-profile {
  text-transform: uppercase;
  background: #53667a url("../images/upload-icon-tiny-white.png") no-repeat center right 10px;
  padding: 11px;
  padding-left: 15px;
  margin-left: 5px;
  width: 188px;
  text-align: left;
  float: left;
  display: none;
}
@media (min-width: 940px) {
  /* line 241, ../scss/modules/_buttons.scss */
  .submit-content, .edit-content, .member-home__edit-profile {
    display: block;
  }
}

/* line 257, ../scss/modules/_buttons.scss */
.edit-content, .member-home__edit-profile {
  background: #53667a url("../images/edit-pencil.png") no-repeat center right 10px;
  background-size: 14px 14px;
  float: none;
}
@media (min-width: 767px) {
  /* line 257, ../scss/modules/_buttons.scss */
  .edit-content, .member-home__edit-profile {
    position: absolute;
    left: 480px;
    top: 10px !important;
  }
}

/* line 269, ../scss/modules/_buttons.scss */
.tag-button {
  margin-top: 10px;
  width: auto;
  margin-right: 5px;
}
/* line 274, ../scss/modules/_buttons.scss */
.tag-button a {
  display: block;
}

/* line 279, ../scss/modules/_buttons.scss */
.tag-button-row {
  display: table-row;
}

/* line 283, ../scss/modules/_buttons.scss */
.gform_button {
  padding: 5px 12px;
}

/* line 287, ../scss/modules/_buttons.scss */
#bbp-search-form .button, #bbp-search-form .resource-list-option-links-container a, .resource-list-option-links-container #bbp-search-form a, #bbp-search-form .resource-list-option-links-container .current-active-button, .resource-list-option-links-container #bbp-search-form .current-active-button {
  padding: 10px 25px;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 24, ../scss/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
select,
textarea,
.field {
  display: block;
  height: 50px;
  line-height: 40px;
  margin-bottom: 14px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #3a4a59;
  border-radius: 3px;
  vertical-align: middle;
  padding: 10px 20px !important;
  box-shadow: none;
  border: 1px solid #dce1e7;
  width: 100%;
  max-width: 370px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #dce1e7;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
/* line 66, ../scss/modules/_forms.scss */
input[type="text"].input--narrow,
input[type="password"].input--narrow,
input[type="datetime"].input--narrow,
input[type="datetime-local"].input--narrow,
input[type="date"].input--narrow,
input[type="month"].input--narrow,
input[type="time"].input--narrow,
input[type="week"].input--narrow,
input[type="number"].input--narrow,
input[type="email"].input--narrow,
input[type="url"].input--narrow,
input[type="search"].input--narrow,
input[type="tel"].input--narrow,
input[type="color"].input--narrow,
.gform_wrapper input[type=text].input--narrow,
.gform_wrapper input[type=url].input--narrow,
.gform_wrapper input[type=email].input--narrow,
.gform_wrapper input[type=tel].input--narrow,
.gform_wrapper input[type=number].input--narrow,
.gform_wrapper input[type=password].input--narrow,
select.input--narrow,
textarea.input--narrow,
.field.input--narrow {
  padding: 0px 20px !important;
}
/* line 71, ../scss/modules/_forms.scss */
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=text]:active,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=url]:active,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=email]:active,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=tel]:active,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=number]:active,
.gform_wrapper input[type=password]:focus,
.gform_wrapper input[type=password]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #FFF;
  border: 1px solid #dce1e7;
}
/* line 78, ../scss/modules/_forms.scss */
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
.gform_wrapper input[type=text].error,
.gform_wrapper input[type=text].is-invalid,
.gform_wrapper input[type=url].error,
.gform_wrapper input[type=url].is-invalid,
.gform_wrapper input[type=email].error,
.gform_wrapper input[type=email].is-invalid,
.gform_wrapper input[type=tel].error,
.gform_wrapper input[type=tel].is-invalid,
.gform_wrapper input[type=number].error,
.gform_wrapper input[type=number].is-invalid,
.gform_wrapper input[type=password].error,
.gform_wrapper input[type=password].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
/* line 90, ../scss/modules/_forms.scss */
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
.gform_wrapper input[type=text].success,
.gform_wrapper input[type=text].is-valid,
.gform_wrapper input[type=url].success,
.gform_wrapper input[type=url].is-valid,
.gform_wrapper input[type=email].success,
.gform_wrapper input[type=email].is-valid,
.gform_wrapper input[type=tel].success,
.gform_wrapper input[type=tel].is-valid,
.gform_wrapper input[type=number].success,
.gform_wrapper input[type=number].is-valid,
.gform_wrapper input[type=password].success,
.gform_wrapper input[type=password].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
/* line 102, ../scss/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
.gform_wrapper input[type=text][disabled],
.gform_wrapper input[type=text].is-disabled,
.gform_wrapper input[type=url][disabled],
.gform_wrapper input[type=url].is-disabled,
.gform_wrapper input[type=email][disabled],
.gform_wrapper input[type=email].is-disabled,
.gform_wrapper input[type=tel][disabled],
.gform_wrapper input[type=tel].is-disabled,
.gform_wrapper input[type=number][disabled],
.gform_wrapper input[type=number].is-disabled,
.gform_wrapper input[type=password][disabled],
.gform_wrapper input[type=password].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
/* line 108, ../scss/modules/_forms.scss */
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
.gform_wrapper input[type=text][disabled]:focus,
.gform_wrapper input[type=text][disabled]:active,
.gform_wrapper input[type=text].is-disabled:focus,
.gform_wrapper input[type=text].is-disabled:active,
.gform_wrapper input[type=url][disabled]:focus,
.gform_wrapper input[type=url][disabled]:active,
.gform_wrapper input[type=url].is-disabled:focus,
.gform_wrapper input[type=url].is-disabled:active,
.gform_wrapper input[type=email][disabled]:focus,
.gform_wrapper input[type=email][disabled]:active,
.gform_wrapper input[type=email].is-disabled:focus,
.gform_wrapper input[type=email].is-disabled:active,
.gform_wrapper input[type=tel][disabled]:focus,
.gform_wrapper input[type=tel][disabled]:active,
.gform_wrapper input[type=tel].is-disabled:focus,
.gform_wrapper input[type=tel].is-disabled:active,
.gform_wrapper input[type=number][disabled]:focus,
.gform_wrapper input[type=number][disabled]:active,
.gform_wrapper input[type=number].is-disabled:focus,
.gform_wrapper input[type=number].is-disabled:active,
.gform_wrapper input[type=password][disabled]:focus,
.gform_wrapper input[type=password][disabled]:active,
.gform_wrapper input[type=password].is-disabled:focus,
.gform_wrapper input[type=password].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

/* line 118, ../scss/modules/_forms.scss */
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 12px;
}

/* line 126, ../scss/modules/_forms.scss */
select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  box-shadow: none;
}

/* line 135, ../scss/modules/_forms.scss */
.ginput_left label, .ginput_right label {
  font-size: 1em !important;
  color: #647a93;
  font-weight: bold;
}

/* line 141, ../scss/modules/_forms.scss */
.gfield .chosen-container {
  margin-bottom: 25px;
}

/* line 147, ../scss/modules/_forms.scss */
.bbp-form p {
  height: 40px;
  display: table-row;
  font-size: 15px !important;
  font-weight: normal !important;
  padding-bottom: 12px;
}
/* line 154, ../scss/modules/_forms.scss */
.bbp-form p:before, .bbp-form p:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 160, ../scss/modules/_forms.scss */
.bbp-form p::after {
  clear: both;
}
/* line 165, ../scss/modules/_forms.scss */
.bbp-form .quicktags-toolbar {
  min-height: 40px !important;
}

/* line 172, ../scss/modules/_forms.scss */
#bbpress-forums div.bbp-the-content-wrapper input {
  padding: 3px 12px !important;
}

/* line 176, ../scss/modules/_forms.scss */
.password-protected .button, .password-protected .resource-list-option-links-container a, .resource-list-option-links-container .password-protected a, .password-protected .resource-list-option-links-container .current-active-button, .resource-list-option-links-container .password-protected .current-active-button {
  padding: 2px 15px;
}

/* line 182, ../scss/modules/_forms.scss */
.mc4wp-success {
  text-align: left;
  padding-top: 60px;
  font-weight: bold;
}

@media (min-width: 0px) and (max-width: 767px) {
  /* line 188, ../scss/modules/_forms.scss */
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
  }
  /* line 192, ../scss/modules/_forms.scss */
  div.ginput_complex.ginput_container.gf_name_has_2 span input {
    float: none;
  }
}

/* line 198, ../scss/modules/_forms.scss */
.ginput_container_multiselect, .chosen-container {
  width: 100% !important;
  margin-bottom: 0 !important;
}

/* line 206, ../scss/modules/_forms.scss */
#event-form .wrap {
  padding-left: 0;
  padding-right: 0;
}
/* line 211, ../scss/modules/_forms.scss */
#event-form .inside {
  font-size: 14px;
}
/* line 214, ../scss/modules/_forms.scss */
#event-form .inside input, #event-form .inside i {
  float: left;
}
/* line 218, ../scss/modules/_forms.scss */
#event-form .inside br {
  clear: left;
}
/* line 223, ../scss/modules/_forms.scss */
#event-form p {
  line-height: 14px;
}
/* line 226, ../scss/modules/_forms.scss */
#event-form p input[type='checkbox'] {
  margin-right: 5px;
}
/* line 231, ../scss/modules/_forms.scss */
#event-form h3 {
  clear: left;
}
/* line 235, ../scss/modules/_forms.scss */
#event-form select {
  height: auto;
  background-image: none;
}
/* line 241, ../scss/modules/_forms.scss */
#event-form .em-time-range input {
  float: none;
  clear: left;
}
/* line 246, ../scss/modules/_forms.scss */
#event-form .em-time-range input[type=checkbox] {
  float: left;
}
/* line 251, ../scss/modules/_forms.scss */
#event-form #em-location-data table.em-location-data {
  width: 100%;
  float: none;
}
/* line 256, ../scss/modules/_forms.scss */
#event-form .em-location-map-container {
  display: none;
}
/* line 260, ../scss/modules/_forms.scss */
#event-form tr {
  border-bottom: 0;
}
/* line 263, ../scss/modules/_forms.scss */
#event-form tr select {
  float: left;
}
/* line 268, ../scss/modules/_forms.scss */
#event-form th {
  background-color: #FFF;
  padding-top: 15px;
  text-align: left;
}
/* line 274, ../scss/modules/_forms.scss */
#event-form #event-rsvp-box {
  line-height: 12px;
}
/* line 278, ../scss/modules/_forms.scss */
#event-form .em-event-text {
  float: none;
  clear: left;
  display: block;
  margin-bottom: 5px;
}

/* line 286, ../scss/modules/_forms.scss */
.gform_wrapper .top_label .gfield_label {
  font-size: 15px;
  color: #52667B;
}

/* line 291, ../scss/modules/_forms.scss */
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  font-size: 1em;
}

/* line 296, ../scss/modules/_forms.scss */
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
  font-size: 0.95em;
}

/* line 300, ../scss/modules/_forms.scss */
.gform_wrapper .gfield_description {
  font-size: 1em;
}

/* line 304, ../scss/modules/_forms.scss */
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-size: 1.1em;
}

/* line 308, ../scss/modules/_forms.scss */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer .resource-list-option-links-container input.current-active-button, .resource-list-option-links-container .gform_wrapper .gform_footer input.current-active-button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer .resource-list-option-links-container input.current-active-button, .resource-list-option-links-container .gform_wrapper .gform_page_footer input.current-active-button, .gform_wrapper .gform_page_footer input[type=submit] {
  background: #1C6A1E;
  box-shadow: none;
  padding: 15px;
  text-align: center;
}
/* line 315, ../scss/modules/_forms.scss */
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer .resource-list-option-links-container input.current-active-button:hover, .resource-list-option-links-container .gform_wrapper .gform_footer input.current-active-button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer .resource-list-option-links-container input.current-active-button:hover, .resource-list-option-links-container .gform_wrapper .gform_page_footer input.current-active-button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #279229;
}

/* line 320, ../scss/modules/_forms.scss */
body .gform_wrapper ul li.gfield {
  margin-top: 30px;
}

@font-face {
  font-family: 'Glyphicons-Halflings';
  src: url("/wp/wp-content/themes/jli/library/fonts/glyphicons-halflings-regular.eot");
  src: url("/wp/wp-content/themes/jli/library/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/wp/wp-content/themes/jli/library/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/wp/wp-content/themes/jli/library/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/wp/wp-content/themes/jli/library/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 25, ../scss/modules/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons-Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, ../scss/modules/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 39, ../scss/modules/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, ../scss/modules/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 41, ../scss/modules/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../scss/modules/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../scss/modules/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../scss/modules/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../scss/modules/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../scss/modules/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../scss/modules/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../scss/modules/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../scss/modules/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../scss/modules/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../scss/modules/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../scss/modules/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../scss/modules/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../scss/modules/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../scss/modules/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../scss/modules/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../scss/modules/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../scss/modules/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../scss/modules/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../scss/modules/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../scss/modules/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../scss/modules/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../scss/modules/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../scss/modules/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../scss/modules/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../scss/modules/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../scss/modules/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../scss/modules/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../scss/modules/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../scss/modules/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../scss/modules/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../scss/modules/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../scss/modules/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../scss/modules/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../scss/modules/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../scss/modules/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../scss/modules/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../scss/modules/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../scss/modules/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../scss/modules/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../scss/modules/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../scss/modules/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../scss/modules/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../scss/modules/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../scss/modules/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../scss/modules/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../scss/modules/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../scss/modules/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../scss/modules/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../scss/modules/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../scss/modules/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../scss/modules/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../scss/modules/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../scss/modules/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../scss/modules/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../scss/modules/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../scss/modules/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../scss/modules/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../scss/modules/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../scss/modules/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../scss/modules/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../scss/modules/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../scss/modules/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../scss/modules/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../scss/modules/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../scss/modules/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../scss/modules/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../scss/modules/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../scss/modules/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../scss/modules/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../scss/modules/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../scss/modules/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../scss/modules/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../scss/modules/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../scss/modules/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../scss/modules/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../scss/modules/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../scss/modules/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../scss/modules/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../scss/modules/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../scss/modules/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../scss/modules/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../scss/modules/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../scss/modules/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../scss/modules/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../scss/modules/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../scss/modules/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../scss/modules/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../scss/modules/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../scss/modules/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../scss/modules/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../scss/modules/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../scss/modules/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../scss/modules/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../scss/modules/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../scss/modules/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../scss/modules/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../scss/modules/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../scss/modules/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../scss/modules/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../scss/modules/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../scss/modules/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../scss/modules/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../scss/modules/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../scss/modules/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../scss/modules/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../scss/modules/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../scss/modules/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../scss/modules/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../scss/modules/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../scss/modules/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../scss/modules/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../scss/modules/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../scss/modules/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../scss/modules/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../scss/modules/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../scss/modules/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../scss/modules/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../scss/modules/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../scss/modules/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../scss/modules/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../scss/modules/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../scss/modules/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../scss/modules/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../scss/modules/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../scss/modules/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../scss/modules/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../scss/modules/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../scss/modules/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../scss/modules/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../scss/modules/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../scss/modules/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../scss/modules/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../scss/modules/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../scss/modules/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../scss/modules/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../scss/modules/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../scss/modules/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../scss/modules/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../scss/modules/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../scss/modules/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../scss/modules/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../scss/modules/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../scss/modules/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../scss/modules/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../scss/modules/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../scss/modules/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../scss/modules/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../scss/modules/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../scss/modules/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../scss/modules/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../scss/modules/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../scss/modules/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../scss/modules/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../scss/modules/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../scss/modules/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../scss/modules/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../scss/modules/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../scss/modules/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../scss/modules/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../scss/modules/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../scss/modules/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../scss/modules/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../scss/modules/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../scss/modules/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../scss/modules/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../scss/modules/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../scss/modules/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../scss/modules/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../scss/modules/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../scss/modules/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../scss/modules/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../scss/modules/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../scss/modules/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../scss/modules/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../scss/modules/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../scss/modules/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../scss/modules/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../scss/modules/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../scss/modules/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../scss/modules/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../scss/modules/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../scss/modules/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../scss/modules/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../scss/modules/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../scss/modules/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../scss/modules/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../scss/modules/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../scss/modules/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../scss/modules/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../scss/modules/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../scss/modules/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../scss/modules/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../scss/modules/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../scss/modules/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../scss/modules/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../scss/modules/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, ../scss/_chosen.scss */
.chosen-container {
  position: relative;
  top: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 26, ../scss/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 40, ../scss/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 43, ../scss/_chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
/* line 49, ../scss/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 70, ../scss/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 73, ../scss/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 80, ../scss/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 83, ../scss/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 93, ../scss/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 96, ../scss/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 99, ../scss/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 107, ../scss/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 2px;
}

/* line 113, ../scss/_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 120, ../scss/_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 137, ../scss/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 142, ../scss/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 149, ../scss/_chosen.scss */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  font-weight: bold;
  text-transform: uppercase;
  color: #3b4a5a;
}

/* line 161, ../scss/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}

/* line 169, ../scss/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 173, ../scss/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #647a93;
  cursor: default;
}

/* line 178, ../scss/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 187, ../scss/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

/* line 191, ../scss/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 196, ../scss/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 199, ../scss/_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 206, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices, .gform_wrapper .gform_body .chosen-container.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 .1em;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.49804) 0px 1px 0px 0px;
  width: 100%;
  height: auto;
  min-height: 35px !important;
  padding-left: 22px;
  border: 1px solid #aaa;
  background: #FFF;
  cursor: text;
}
/* line 226, ../scss/_chosen.scss */
.form_wrapper .chosen-container-multi .chosen-choices, .form_wrapper .gform_wrapper .gform_body .chosen-container.chosen-container-multi .chosen-choices {
  min-height: 35px !important;
}
/* line 230, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices:before, .gform_wrapper .gform_body .chosen-container.chosen-container-multi .chosen-choices:before {
  font-family: "dashicons";
  font-size: 28px;
  content: "\f140";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  top: -4px;
}
/* line 241, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices input, .gform_wrapper .gform_body .chosen-container.chosen-container-multi .chosen-choices input {
  width: auto !important;
  height: 31px !important;
}

/* line 246, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
/* line 250, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li input {
  width: auto !important;
  height: 31px;
}

/* line 255, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 260, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: -6px 0;
  padding: 5px;
  height: 34px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #3b4a5a;
  font-size: 13px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 0;
  width: auto !important;
}

/* line 277, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

/* line 280, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 0px 0 0px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #3b4a5a;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 13px;
  cursor: default;
}

/* line 300, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 310, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 313, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 324, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 327, ../scss/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 330, ../scss/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 334, ../scss/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 342, ../scss/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 346, ../scss/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 359, ../scss/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 363, ../scss/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 366, ../scss/_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 370, ../scss/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
/* line 376, ../scss/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 380, ../scss/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 383, ../scss/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 389, ../scss/_chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 392, ../scss/_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 396, ../scss/_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 401, ../scss/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 404, ../scss/_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 408, ../scss/_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 412, ../scss/_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 415, ../scss/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 418, ../scss/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 422, ../scss/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 426, ../scss/_chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 430, ../scss/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 434, ../scss/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 438, ../scss/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 441, ../scss/_chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* line 447, ../scss/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 450, ../scss/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 457, ../scss/_chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 19, ../scss/breakpoints/_base.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #3a4a59;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* Commenting this out as it's a responsive feature, which we want to disable
.wrap {
	width: 96%;
	margin: 0 auto;
}

Instead we will replace it with the following fixed width: */
/* line 84, ../scss/breakpoints/_base.scss */
.wrap {
  max-width: 1200px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 91, ../scss/breakpoints/_base.scss */
  .wrap--resources {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 99, ../scss/breakpoints/_base.scss */
.outer-frame {
  width: 100%;
}

/*********************
LINK STYLES
*********************/
/* line 108, ../scss/breakpoints/_base.scss */
a, a:visited {
  /* Colour is determined by hub settings. Styles are printed in header.php */
  /*
  color: $link-color;
  */
  /* on hover */
  /*
  &:hover, &:focus {
  	color: $link-hover;
  }
  */
  color: #1C6A1E;
  /* on click */
  /* mobile tap color */
}
/* line 122, ../scss/breakpoints/_base.scss */
a:hover, a:visited:hover {
  color: #3acb3e;
}
/* line 132, ../scss/breakpoints/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 146, ../scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 155, ../scss/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 160, ../scss/breakpoints/_base.scss */
h1, .h1 {
  font-size: 2em;
  line-height: 1.333em;
}
@media (min-width: 767px) {
  /* line 160, ../scss/breakpoints/_base.scss */
  h1, .h1 {
    font-size: 2.5em;
    line-height: 1.333em;
  }
}

/* line 170, ../scss/breakpoints/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 176, ../scss/breakpoints/_base.scss */
.front-page-hubs-h2 {
  text-align: left;
  font-size: 30px;
  line-height: 35px;
  color: #3A4A5B;
  margin-top: 0;
  font-weight: bold;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 176, ../scss/breakpoints/_base.scss */
  .front-page-hubs-h2 {
    font-size: 20px;
    line-height: 25px;
  }
}

/* line 192, ../scss/breakpoints/_base.scss */
h3, .h3 {
  font-size: 1.125em;
}

/* line 196, ../scss/breakpoints/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 201, ../scss/breakpoints/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER STYLES
*********************/
/* line 212, ../scss/breakpoints/_base.scss */
.header {
  background-color: #FFF;
  border-bottom: 1px solid #efefef;
}
/* line 216, ../scss/breakpoints/_base.scss */
.header__pre-header {
  background: #E1EAE3;
  text-align: right;
  display: flex;
  font-size: 13px;
  line-height: 20px;
  color: #52667B;
  align-items: center;
}
/* line 225, ../scss/breakpoints/_base.scss */
.header__pre-header .wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 225, ../scss/breakpoints/_base.scss */
  .header__pre-header .wrap {
    justify-content: flex-end;
  }
}
@media (min-width: 767px) {
  /* line 216, ../scss/breakpoints/_base.scss */
  .header__pre-header {
    height: 40px;
  }
}
/* line 240, ../scss/breakpoints/_base.scss */
.header__pre-header a {
  font-size: 13px;
  line-height: 20px;
  color: #52667B;
  margin-right: 10px;
  text-decoration: none;
}
/* line 247, ../scss/breakpoints/_base.scss */
.header__pre-header a:hover {
  text-decoration: underline;
}
/* line 252, ../scss/breakpoints/_base.scss */
.header__pre-header .switcher {
  margin-top: 0 !important;
}
/* line 255, ../scss/breakpoints/_base.scss */
.header__pre-header .switcher .selected a {
  color: #52667B;
  font-size: 13px;
  line-height: 20px;
}
/* line 262, ../scss/breakpoints/_base.scss */
.header__pre-header p {
  font-size: 13px;
  line-height: 20px;
  color: #3A4A5B;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 262, ../scss/breakpoints/_base.scss */
  .header__pre-header p {
    display: none;
  }
}

/* line 278, ../scss/breakpoints/_base.scss */
#logo {
  margin: 0.5em 0;
  margin-bottom: 0.25em;
  margin-left: 0;
  margin-right: auto;
}

#logo img {
    max-height: 50px;
}

@media (min-width: 0px) and (max-width: 767px) {
  /* line 278, ../scss/breakpoints/_base.scss */
  #logo {
    width: 70%;
    height: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    margin-top: 15px;
  }
}
/* line 300, ../scss/breakpoints/_base.scss */
#logo img {
  max-width: 100%;
}
/* line 304, ../scss/breakpoints/_base.scss */
#logo a {
  color: #fff;
}

/* line 309, ../scss/breakpoints/_base.scss */
.mobile-button {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  float: right;
  border: 1px solid #89bc45;
  border-radius: 5px;
  padding: 6px 5px;
  background: #FFF;
  margin-right: 0px;
}
@media (min-width: 767px) {
  /* line 309, ../scss/breakpoints/_base.scss */
  .mobile-button {
    margin-top: -10px;
    display: none;
  }
}
/* line 327, ../scss/breakpoints/_base.scss */
.mobile-button.active {
  display: inline-block;
  background: #89bc45;
}
/* line 331, ../scss/breakpoints/_base.scss */
.mobile-button.active .icon-bar {
  border-color: #FFF;
}
/* line 336, ../scss/breakpoints/_base.scss */
.mobile-button .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* line 347, ../scss/breakpoints/_base.scss */
.mobile-button .icon-bar {
  background: #89bc45;
  border-top: 2px solid #89bc45;
  margin-bottom: 5px;
  display: block;
}

/* line 356, ../scss/breakpoints/_base.scss */
.menu-hub-selector {
  font-size: 20px;
  line-height: 30px;
  color: #3A4A5B;
  position: relative;
  width: 210px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 356, ../scss/breakpoints/_base.scss */
  .menu-hub-selector {
    width: calc(60% - 20px);
    margin-bottom: 10px;
  }
}
/* line 369, ../scss/breakpoints/_base.scss */
.menu-hub-selector a {
  color: #3A4A5B;
  text-decoration: none;
}
/* line 373, ../scss/breakpoints/_base.scss */
.menu-hub-selector a:hover {
  color: #303d4b;
}
/* line 378, ../scss/breakpoints/_base.scss */
.menu-hub-selector__trigger {
  padding: 5px 20px;
  background: #DCE1E7;
  display: block;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: top 17px right 20px;
}
/* line 386, ../scss/breakpoints/_base.scss */
.menu-hub-selector__trigger span {
  width: 100%;
  display: block;
}
/* line 391, ../scss/breakpoints/_base.scss */
.menu-hub-selector__trigger i {
  float: right;
  font-size: 0.8em;
  line-height: 30px;
}
/* line 398, ../scss/breakpoints/_base.scss */
.menu-hub-selector__ul {
  position: absolute;
  left: 0;
  z-index: 40;
  margin: 0;
  background: #DCE1E7;
  display: none;
}
/* line 408, ../scss/breakpoints/_base.scss */
.menu-hub-selector li a {
  display: block;
  padding: 10px 20px;
}
/* line 412, ../scss/breakpoints/_base.scss */
.menu-hub-selector li a:hover {
  text-decoration: underline;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 430, ../scss/breakpoints/_base.scss */
.header__navigation {
  border-top: #DCE1E7 solid 1px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 430, ../scss/breakpoints/_base.scss */
  .header__navigation {
    position: relative;
    z-index: 100;
    background: #FFF;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 440, ../scss/breakpoints/_base.scss */
  .header__navigation.active {
    margin-top: -105px;
  }
}

/* line 447, ../scss/breakpoints/_base.scss */
.page-numbers {
  font-size: 18px !important;
  display: inline-block;
  padding: 5px 10px;
  background: #f0f3f5;
  border-radius: 5px;
}

/* line 454, ../scss/breakpoints/_base.scss */
body .switcher {
  float: right;
  width: auto;
  margin-top: 5px;
  margin-right: 0;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  overflow: visible;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 465, ../scss/breakpoints/_base.scss */
body .switcher .option {
  max-height: none;
  border: 0;
}
/* line 470, ../scss/breakpoints/_base.scss */
body .switcher a img {
  display: none;
}
/* line 474, ../scss/breakpoints/_base.scss */
body .switcher .selected {
  background: transparent !important;
}
/* line 479, ../scss/breakpoints/_base.scss */
body .switcher .selected a {
  border: 0 !important;
}

/* line 484, ../scss/breakpoints/_base.scss */
.nav {
  border-bottom: 0;
  margin: 0;
  margin-bottom: 0;
  display: none;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 492, ../scss/breakpoints/_base.scss */
.nav.active {
  display: block;
}
@media (min-width: 767px) {
  /* line 484, ../scss/breakpoints/_base.scss */
  .nav {
    display: flex;
    justify-content: space-between;
  }
}
/* line 507, ../scss/breakpoints/_base.scss */
.nav li {
  position: relative;
  flex-grow: 1;
  justify-content: center;
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
@media (min-width: 940px) {
  /* line 507, ../scss/breakpoints/_base.scss */
  .nav li {
    height: 70px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 519, ../scss/breakpoints/_base.scss */
  .nav li .fa {
    float: right;
    color: #1C6A1E;
    margin-top: 15px;
  }
}
@media (min-width: 940px) {
  /* line 528, ../scss/breakpoints/_base.scss */
  .nav li:hover {
    background: #1C6A1E;
  }
}
@media (min-width: 940px) {
  /* line 533, ../scss/breakpoints/_base.scss */
  .nav li:hover a {
    color: #FFF;
    border-right-color: transparent;
  }
}
/* line 542, ../scss/breakpoints/_base.scss */
.nav li.login a {
  border: 1px solid;
  border-radius: 4px;
  background-position: center right;
  background-position: center right 10px;
  background-repeat: no-repeat;
  padding-right: 45px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 39.1 %2831720%29 - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Organization-Page' transform='translate%28-1235.000000, -63.000000%29' fill='%236FA41F'%3E%3Cg id='Group-7' transform='translate%28461.000000, 53.000000%29'%3E%3Cg id='Group-Copy' transform='translate%28680.000000, 0.000000%29'%3E%3Cpath d='M99.4363491,17.344 L99.4363491,17.712 C99.4363491,18.224 99.0180144,18.642 98.5056045,18.642 L96.2918335,18.634 C96.0436349,18.634 95.8114492,18.538 95.6333066,18.36 C95.4571657,18.184 95.3590873,17.948 95.3590873,17.7 L95.3670937,12.288 C95.3670937,11.774 95.7874299,11.358 96.2998399,11.358 L98.5116093,11.366 C99.0260208,11.368 99.4423539,11.786 99.4423539,12.298 L99.4423539,12.656 L100.801441,12.656 L100.801441,12.3 C100.803443,11.038 99.7766213,10.01 98.5156125,10.01 L96.2998399,10 C95.0388311,10 94.0120096,11.026 94.0080064,12.286 L94,17.7 C94,18.964 95.0248199,19.992 96.2878303,19.992 L98.5036029,20 C99.7646117,20 100.791433,18.974 100.793435,17.714 L100.793435,17.344 L99.4363491,17.344 Z M101.704163,17.016 L104,14.998 L101.704163,12.982 L101.704163,14.148 L101.704163,14.26 L96.9723779,14.26 L96.9723779,15.74 L101.704163,15.74 L101.704163,15.852 L101.704163,17.016 Z' id='Combined-Shape' transform='translate%2899.000000, 15.000000%29 scale%28-1, 1%29 translate%28-99.000000, -15.000000%29 '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* line 554, ../scss/breakpoints/_base.scss */
.nav li.login--logged-in a {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='10px' height='10px' viewBox='0 0 10 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 39.1 %2831720%29 - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Profile-Page' transform='translate%28-1235.000000, -63.000000%29' fill='%236FA41F'%3E%3Cg id='Group-7' transform='translate%28461.000000, 53.000000%29'%3E%3Cg id='Group-Copy' transform='translate%28680.000000, 0.000000%29'%3E%3Cpath d='M99.4363491,17.344 L99.4363491,17.712 C99.4363491,18.224 99.0180144,18.642 98.5056045,18.642 L96.2918335,18.634 C96.0436349,18.634 95.8114492,18.538 95.6333066,18.36 C95.4571657,18.184 95.3590873,17.948 95.3590873,17.7 L95.3670937,12.288 C95.3670937,11.774 95.7874299,11.358 96.2998399,11.358 L98.5116093,11.366 C99.0260208,11.368 99.4423539,11.786 99.4423539,12.298 L99.4423539,12.656 L100.801441,12.656 L100.801441,12.3 C100.803443,11.038 99.7766213,10.01 98.5156125,10.01 L96.2998399,10 C95.0388311,10 94.0120096,11.026 94.0080064,12.286 L94,17.7 C94,18.964 95.0248199,19.992 96.2878303,19.992 L98.5036029,20 C99.7646117,20 100.791433,18.974 100.793435,17.714 L100.793435,17.344 L99.4363491,17.344 Z M101.704163,17.016 L104,14.998 L101.704163,12.982 L101.704163,14.148 L101.704163,14.26 L96.9723779,14.26 L96.9723779,15.74 L101.704163,15.74 L101.704163,15.852 L101.704163,17.016 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* line 559, ../scss/breakpoints/_base.scss */
.nav li a {
  /* Colour is hub-specific and determined in styles set in header.php */
  display: block;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5em;
  line-height: 30px;
  font-size: 20px;
  text-transform: uppercase;
  width: calc(100% - 40px);
  position: relative;
  color: #1C6A1E;
  text-align: left;
}
@media (min-width: 767px) {
  /* line 559, ../scss/breakpoints/_base.scss */
  .nav li a {
    text-align: center;
    padding: 0.5em 0em;
    width: 100%;
  }
}
/* line 581, ../scss/breakpoints/_base.scss */
.nav li a i {
  margin-left: 10px;
  font-size: 15px;
  position: relative;
  top: -4px;
}
@media (min-width: 767px) {
  /* line 559, ../scss/breakpoints/_base.scss */
  .nav li a {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* line 596, ../scss/breakpoints/_base.scss */
.nav li a:hover, .nav li a:focus {
  color: #FFF !important;
  text-decoration: none;
}
/* line 603, ../scss/breakpoints/_base.scss */
.nav li.current-menu-item a {
  color: #3b4a5a;
}
/* line 608, ../scss/breakpoints/_base.scss */
.nav li.current-menu-item:hover a {
  color: #FFF;
}
/* line 627, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu,
.nav li ul.children {
  margin: 0.25em 0;
  border: 0px;
  background: #1C6A1E;
  display: none;
}
/* line 635, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu.show,
.nav li ul.children.show {
  display: block;
}
@media (min-width: 767px) {
  /* line 627, ../scss/breakpoints/_base.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin: 1em 0;
    padding: 30px 48px;
    width: 330px;
    display: block;
  }
}
/* line 646, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu li,
.nav li ul.children li {
  height: auto;
}
/* line 649, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 20px;
  border-bottom: 0px !important;
  color: #FFF;
  text-transform: none;
  font-weight: normal;
  text-align: left;
  height: auto;
}
@media (min-width: 940px) {
  /* line 649, ../scss/breakpoints/_base.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  /* line 649, ../scss/breakpoints/_base.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 30px;
  }
}
/* line 669, ../scss/breakpoints/_base.scss */
.nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
.nav li ul.children li a:hover,
.nav li ul.children li a:focus {
  text-decoration: underline;
}
/* line 689, ../scss/breakpoints/_base.scss */
.nav li:last-of-type a {
  border-right: 0;
}
/* line 699, ../scss/breakpoints/_base.scss */
.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current-page-ancestor a {
  color: #1C6A1E;
}

/* end .nav */
/* Fix for hub menus font sizes */
/* line 708, ../scss/breakpoints/_base.scss */
body.hub-body nav a {
  font-size: 16px !important;
}

/* line 712, ../scss/breakpoints/_base.scss */
#inner-header {
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 712, ../scss/breakpoints/_base.scss */
  #inner-header {
    padding-bottom: 10px;
  }
}
/* line 719, ../scss/breakpoints/_base.scss */
#inner-header.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 726, ../scss/breakpoints/_base.scss */
  #inner-header .header-button {
    padding-bottom: 10px;
    width: 40%;
    margin-top: -8px;
    text-align: center;
  }
}

/* line 736, ../scss/breakpoints/_base.scss */
.main-homepage-link {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  margin-right: auto;
}

/*********************
Big Picture stuff
*********************/
/* line 754, ../scss/breakpoints/_base.scss */
.page-background-darker {
  background: #53667a;
  border-top: 5px #3b4a5a solid;
  border-bottom: 5px #3b4a5a solid;
}

/*********************
Front page
*********************/
/* line 766, ../scss/breakpoints/_base.scss */
.full-width-image {
  position: relative;
}
/* line 769, ../scss/breakpoints/_base.scss */
.full-width-image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 767px) {
  /* line 775, ../scss/breakpoints/_base.scss */
  .full-width-image__alert {
    margin-bottom: 80px;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 775, ../scss/breakpoints/_base.scss */
  .full-width-image__alert {
    margin-bottom: 20px;
  }
}
/* line 785, ../scss/breakpoints/_base.scss */
.full-width-image__alert .wrap {
  background: #EE6439;
  display: flex;
  color: #FFF;
  padding: 15px 30px;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 785, ../scss/breakpoints/_base.scss */
  .full-width-image__alert .wrap {
    flex-wrap: wrap;
  }
}
/* line 799, ../scss/breakpoints/_base.scss */
.full-width-image__alert .wrap span {
  font-size: 20px;
  font-weight: bold;
}
/* line 805, ../scss/breakpoints/_base.scss */
.full-width-image__alert .wrap a {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  margin-left: auto;
  margin-right: 0;
}
/* line 814, ../scss/breakpoints/_base.scss */
.full-width-image__alert .wrap a svg {
  display: inline-block;
  vertical-align: middle;
}
/* line 820, ../scss/breakpoints/_base.scss */
.full-width-image__alert .wrap a:hover svg {
  margin-left: 5px;
}
/* line 828, ../scss/breakpoints/_base.scss */
.full-width-image .full-width-image-teaser {
  background: black;
  padding: 30px;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 767px) {
  /* line 828, ../scss/breakpoints/_base.scss */
  .full-width-image .full-width-image-teaser {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    font-size: 18px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (min-width: 940px) {
  /* line 828, ../scss/breakpoints/_base.scss */
  .full-width-image .full-width-image-teaser {
    font-size: 30px;
    line-height: 35px;
    padding: 20px 60px 20px 20px;
    margin: 0 auto;
  }
}
/* line 863, ../scss/breakpoints/_base.scss */
.full-width-image .full-width-image-teaser .big-button, .full-width-image .full-width-image-teaser .attendees-button {
  margin-top: 30px;
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  text-align: center;
}
/* line 873, ../scss/breakpoints/_base.scss */
.full-width-image .full-width-image-teaser div.content {
  display: block;
  max-width: 520px;
  padding: 10px;
}
@media (min-width: 767px) {
  /* line 873, ../scss/breakpoints/_base.scss */
  .full-width-image .full-width-image-teaser div.content {
    padding: 0;
  }
}
@media (min-width: 940px) {
  /* line 873, ../scss/breakpoints/_base.scss */
  .full-width-image .full-width-image-teaser div.content {
    width: 100%;
  }
}

/* line 892, ../scss/breakpoints/_base.scss */
.front-page-content {
  margin-top: 0px;
  background: #F8F9FA;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  /* line 892, ../scss/breakpoints/_base.scss */
  .front-page-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* line 903, ../scss/breakpoints/_base.scss */
.front-page-content--white {
  background: #FFF;
}
/* line 907, ../scss/breakpoints/_base.scss */
.front-page-content--darker {
  background: #DCE1E7;
}

/* line 912, ../scss/breakpoints/_base.scss */
.front-page-become-member {
  text-align: left;
  background: rgba(28, 106, 30, 0.1);
}
@media (min-width: 767px) {
  /* line 912, ../scss/breakpoints/_base.scss */
  .front-page-become-member {
    padding-bottom: 50px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 912, ../scss/breakpoints/_base.scss */
  .front-page-become-member {
    padding: 30px;
  }
}
/* line 925, ../scss/breakpoints/_base.scss */
.front-page-become-member .cf, .front-page-become-member .comment-respond {
  display: flex;
  flex-wrap: wrap;
}
/* line 930, ../scss/breakpoints/_base.scss */
.front-page-become-member h2 {
  color: #3A4A5B;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  width: 100%;
}
@media (min-width: 767px) {
  /* line 930, ../scss/breakpoints/_base.scss */
  .front-page-become-member h2 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }
}
/* line 944, ../scss/breakpoints/_base.scss */
.front-page-become-member p {
  font-size: 16px;
  line-height: 25px;
  color: #52667B;
}
@media (min-width: 940px) {
  /* line 944, ../scss/breakpoints/_base.scss */
  .front-page-become-member p {
    width: 66%;
  }
}
/* line 954, ../scss/breakpoints/_base.scss */
.front-page-become-member .hub-button {
  background: #1C6A1E;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: auto;
  width: 100%;
}
@media (min-width: 767px) {
  /* line 954, ../scss/breakpoints/_base.scss */
  .front-page-become-member .hub-button {
    width: auto;
  }
}
/* line 966, ../scss/breakpoints/_base.scss */
.front-page-become-member .hub-button:hover {
  background: #217e24;
}
/* line 970, ../scss/breakpoints/_base.scss */
.front-page-become-member .hub-button a {
  color: #FFF;
}

/* line 976, ../scss/breakpoints/_base.scss */
.front-page-news {
  background: #f8f9fa;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 983, ../scss/breakpoints/_base.scss */
.front-page-news .wrap, .sidebar-widget .wrap {
  display: flex;
  flex-wrap: wrap;
}
/* line 988, ../scss/breakpoints/_base.scss */
.front-page-news h2, .sidebar-widget h2 {
  color: #3A4A5B;
  font-size: 30px;
  line-height: 25px;
  margin-top: 40px;
  font-weight: bold;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
/* line 998, ../scss/breakpoints/_base.scss */
.front-page-news h2 svg, .sidebar-widget h2 svg {
  display: flex;
  transform: scale(1.5);
  margin-left: 15px;
}
/* line 1005, ../scss/breakpoints/_base.scss */
.front-page-news h4, .sidebar-widget h4 {
  margin-top: 0;
  color: #1C6A1E;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
}
/* line 1013, ../scss/breakpoints/_base.scss */
.front-page-news h4 a, .sidebar-widget h4 a {
  color: #1C6A1E;
}
/* line 1016, ../scss/breakpoints/_base.scss */
.front-page-news h4 a:hover, .sidebar-widget h4 a:hover {
  text-decoration: underline;
}
/* line 1022, ../scss/breakpoints/_base.scss */
.front-page-news p, .sidebar-widget p {
  color: #52667B;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 1029, ../scss/breakpoints/_base.scss */
.front-page-news p svg, .sidebar-widget p svg {
  margin-right: 10px;
  vertical-align: middle;
}
/* line 1035, ../scss/breakpoints/_base.scss */
.front-page-news .more-link, .sidebar-widget .more-link {
  margin-top: 20px;
}
/* line 1038, ../scss/breakpoints/_base.scss */
.front-page-news .more-link svg, .sidebar-widget .more-link svg {
  transform: scale(0.5);
  margin-left: -5px;
  vertical-align: middle;
}
/* line 1045, ../scss/breakpoints/_base.scss */
.front-page-news__internal, .sidebar-widget__internal {
  border-radius: 4px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  border-top: 1px solid #dce1e7;
}
/* line 1052, ../scss/breakpoints/_base.scss */
.front-page-news__item, .sidebar-widget__item {
  padding: 20px 0;
  border-bottom: 1px solid #DCE1E7;
  display: flex;
}
/* line 1059, ../scss/breakpoints/_base.scss */
.front-page-news .thumbnail img, .sidebar-widget .thumbnail img {
  width: 80px;
  height: auto;
  margin-right: 20px;
}
/* line 1066, ../scss/breakpoints/_base.scss */
.front-page-news__left, .sidebar-widget__left {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  /* line 1066, ../scss/breakpoints/_base.scss */
  .front-page-news__left, .sidebar-widget__left {
    width: 66.666%;
    display: flex;
  }
  /* line 1075, ../scss/breakpoints/_base.scss */
  .front-page-news__left .column, .sidebar-widget__left .column {
    width: 50%;
    margin-right: 60px;
  }
}
/* line 1082, ../scss/breakpoints/_base.scss */
.front-page-news__right, .sidebar-widget__right {
  width: 100%;
  background: #dce1e7;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1082, ../scss/breakpoints/_base.scss */
  .front-page-news__right, .sidebar-widget__right {
    display: none;
  }
}
/* line 1090, ../scss/breakpoints/_base.scss */
.front-page-news__right .tweet-wrapper, .sidebar-widget__right .tweet-wrapper {
  /* extend the background to the right */
  padding-right: 3000px;
  margin-right: -3000px;
  background: #dce1e7;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 1099, ../scss/breakpoints/_base.scss */
.front-page-news__right h2, .sidebar-widget__right h2 {
  text-align: right;
  justify-content: flex-end;
}
/* line 1104, ../scss/breakpoints/_base.scss */
.front-page-news__right .twitter-tweet, .sidebar-widget__right .twitter-tweet {
  background: white;
  padding: 30px;
  min-height: 440px;
  display: block;
  text-align: right;
  font-style: italic;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #3A4A5B;
  text-decoration: none;
  font-weight: 300;
}
/* line 1119, ../scss/breakpoints/_base.scss */
.front-page-news__right .twitter-link, .sidebar-widget__right .twitter-link {
  text-align: right;
}
@media (min-width: 767px) {
  /* line 1082, ../scss/breakpoints/_base.scss */
  .front-page-news__right, .sidebar-widget__right {
    width: 33.333%;
    padding-left: 60px;
  }
}
/* line 1129, ../scss/breakpoints/_base.scss */
.front-page-news .css-events-list, .sidebar-widget .css-events-list {
  border-top: 1px solid #dce1e7;
}
/* line 1133, ../scss/breakpoints/_base.scss */
.front-page-news__event, .sidebar-widget__event {
  border-radius: 4px;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #DCE1E7;
}
/* line 1139, ../scss/breakpoints/_base.scss */
.front-page-news__event:last-of-type, .sidebar-widget__event:last-of-type {
  margin-bottom: 20px;
}
/* line 1143, ../scss/breakpoints/_base.scss */
.front-page-news__event-date, .sidebar-widget__event-date {
  background: #fff;
  color: #52667B;
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 1165, ../scss/breakpoints/_base.scss */
.front-page-news__event-info, .sidebar-widget__event-info {
  padding-left: 20px;
}

/* line 1172, ../scss/breakpoints/_base.scss */
.front-page-special-block .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 940px) {
  /* line 1179, ../scss/breakpoints/_base.scss */
  .front-page-special-block .contents {
    background-color: #fff;
    padding: 50px;
  }
}
/* line 1185, ../scss/breakpoints/_base.scss */
.front-page-special-block__left, .front-page-special-block__right {
  width: 100%;
}
@media (min-width: 767px) {
  /* line 1185, ../scss/breakpoints/_base.scss */
  .front-page-special-block__left, .front-page-special-block__right {
    width: calc(50% - 20px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1193, ../scss/breakpoints/_base.scss */
  .front-page-special-block__left {
    order: 2;
  }
}
@media (min-width: 940px) {
  /* line 1193, ../scss/breakpoints/_base.scss */
  .front-page-special-block__left {
    width: 380px;
  }
}
/* line 1203, ../scss/breakpoints/_base.scss */
.front-page-special-block p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 1210, ../scss/breakpoints/_base.scss */
.front-page-special-block h3 {
  font-size: 25px;
  line-height: 30px;
  color: #3A4A5B;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}
/* line 1218, ../scss/breakpoints/_base.scss */
.front-page-special-block h3 small {
  display: block;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #DCE1E7;
}
/* line 1226, ../scss/breakpoints/_base.scss */
.front-page-special-block h3 small span {
  color: #52667B;
  font-weight: 600;
  margin-right: 20px;
}
/* line 1232, ../scss/breakpoints/_base.scss */
.front-page-special-block h3 small time {
  margin-left: 20px;
  color: #52667B;
}
@media (min-width: 940px) {
  /* line 1239, ../scss/breakpoints/_base.scss */
  .front-page-special-block__right {
    width: 530px;
    margin-left: auto;
    margin-right: 0;
  }
}
/* line 1246, ../scss/breakpoints/_base.scss */
.front-page-special-block__right img {
  max-width: 100%;
  height: auto;
}
/* line 1252, ../scss/breakpoints/_base.scss */
.front-page-special-block .hub-button {
  background: #1C6A1E;
}
/* line 1255, ../scss/breakpoints/_base.scss */
.front-page-special-block .hub-button a {
  color: #FFF;
}

/* line 1261, ../scss/breakpoints/_base.scss */
.front-page-resources-area {
  background: white;
}
/* line 1264, ../scss/breakpoints/_base.scss */
.front-page-resources-area h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
}
/* line 1271, ../scss/breakpoints/_base.scss */
.front-page-resources-area .resources-title {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 767px) {
  /* line 1271, ../scss/breakpoints/_base.scss */
  .front-page-resources-area .resources-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
/* line 1281, ../scss/breakpoints/_base.scss */
.front-page-resources-area .resources-title__right {
  color: #1C6A1E;
  margin-top: 10px;
}
/* line 1285, ../scss/breakpoints/_base.scss */
.front-page-resources-area .resources-title__right .arrow svg {
  transform: scale(0.5);
  margin-left: -5px;
}
/* line 1290, ../scss/breakpoints/_base.scss */
.front-page-resources-area .resources-title__right .close {
  display: none;
}
/* line 1294, ../scss/breakpoints/_base.scss */
.front-page-resources-area .resources-title__right svg {
  margin-left: 4px;
}
/* line 1298, ../scss/breakpoints/_base.scss */
.front-page-resources-area .resources-title__right a {
  color: #1C6A1E;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
/* line 1306, ../scss/breakpoints/_base.scss */
.front-page-resources-area .resources-title__right a.toggle-resource-search {
  display: none;
  margin-right: 30px;
}
@media (min-width: 767px) {
  /* line 1306, ../scss/breakpoints/_base.scss */
  .front-page-resources-area .resources-title__right a.toggle-resource-search {
    display: inline-flex;
  }
}
@media (min-width: 767px) {
  /* line 1318, ../scss/breakpoints/_base.scss */
  .front-page-resources-area .resource-search-form {
    position: absolute;
    right: 173px;
    z-index: 1;
    top: -3px;
    display: none;
  }
}
/* line 1328, ../scss/breakpoints/_base.scss */
.front-page-resources-area .resource-search-form__wrapper {
  display: flex;
}
/* line 1334, ../scss/breakpoints/_base.scss */
.front-page-resources-area .resources-title__right.active .resource-search-form {
  display: block;
}
/* line 1338, ../scss/breakpoints/_base.scss */
.front-page-resources-area .resources-title__right.active .close {
  display: block;
}
/* line 1342, ../scss/breakpoints/_base.scss */
.front-page-resources-area .resources-title__right.active .open {
  display: none;
}
/* line 1347, ../scss/breakpoints/_base.scss */
.front-page-resources-area .search-resources-field {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.857 8.143c0-1.377-.49-2.554-1.467-3.533-.979-.978-2.156-1.467-3.533-1.467-1.376 0-2.554.49-3.532 1.467-.979.979-1.468 2.156-1.468 3.533 0 1.376.49 2.554 1.468 3.532.978.979 2.156 1.468 3.532 1.468 1.377 0 2.554-.49 3.533-1.468.978-.978 1.467-2.156 1.467-3.532zm5.714 9.286c0 .386-.14.721-.424 1.004a1.373 1.373 0 0 1-1.004.424c-.402 0-.737-.141-1.005-.424l-3.828-3.817A7.643 7.643 0 0 1 7.857 16a7.72 7.72 0 0 1-3.052-.62 7.856 7.856 0 0 1-2.511-1.674 7.856 7.856 0 0 1-1.675-2.51A7.72 7.72 0 0 1 0 8.142 7.72 7.72 0 0 1 .62 5.09a7.856 7.856 0 0 1 1.674-2.51A7.856 7.856 0 0 1 4.804.904a7.72 7.72 0 0 1 3.053-.62 7.72 7.72 0 0 1 3.053.62 7.856 7.856 0 0 1 2.51 1.674 7.856 7.856 0 0 1 1.675 2.511 7.72 7.72 0 0 1 .62 3.053 7.643 7.643 0 0 1-1.385 4.453l3.828 3.828c.276.275.413.61.413 1.005z' fill='%2352667B' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-color: #FFF;
  border: 1px solid #000;
  height: 45px;
  flex-grow: 2;
}
/* line 1357, ../scss/breakpoints/_base.scss */
.front-page-resources-area .submit-button {
  background: #1C6A1E;
  height: 45px;
  text-align: center;
  padding: 0 20px;
  margin-right: 0;
  flex-grow: 1;
}

/* line 1367, ../scss/breakpoints/_base.scss */
.resources-slider-wrapper {
  position: relative;
}
/* line 1370, ../scss/breakpoints/_base.scss */
.resources-slider-wrapper .tns-ovh {
  overflow: visible;
}
/* line 1374, ../scss/breakpoints/_base.scss */
.resources-slider-wrapper .tns-item:not(.tns-slide-active) {
  opacity: 0;
}
/* line 1378, ../scss/breakpoints/_base.scss */
.resources-slider-wrapper .tns-item.show-next {
  opacity: 0.4;
}

/* line 1384, ../scss/breakpoints/_base.scss */
.featured-resources-row .featured-resource {
  margin-bottom: 40px;
}
/* line 1387, ../scss/breakpoints/_base.scss */
.featured-resources-row .featured-resource .resource-thumbnail {
  display: block;
  height: 260px;
  overflow: hidden;
  margin-bottom: 4px;
}
@media (min-width: 767px) {
  /* line 1387, ../scss/breakpoints/_base.scss */
  .featured-resources-row .featured-resource .resource-thumbnail {
    height: 180px;
  }
}
/* line 1398, ../scss/breakpoints/_base.scss */
.featured-resources-row .featured-resource img {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 0px;
  position: relative;
}
/* line 1406, ../scss/breakpoints/_base.scss */
.featured-resources-row .featured-resource .featured-resources-link {
  text-decoration: none;
  color: #52667B;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
/* line 1413, ../scss/breakpoints/_base.scss */
.featured-resources-row .featured-resource .featured-resources-link:hover {
  color: #1C6A1E;
  text-decoration: underline;
}
/* line 1418, ../scss/breakpoints/_base.scss */
.featured-resources-row .featured-resource .featured-resources-link svg {
  transform: scale(0.5);
  margin-left: -5px;
}
/* line 1424, ../scss/breakpoints/_base.scss */
.featured-resources-row .featured-resource a {
  display: block;
  position: relative;
}
/* line 1429, ../scss/breakpoints/_base.scss */
.featured-resources-row .featured-resource a:first-of-type:before {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.571 8.647a.73.73 0 0 1-.223.536l-8.571 7.902c-.238.208-.499.253-.781.134-.283-.134-.425-.35-.425-.648v-5H.714a.695.695 0 0 1-.513-.2.695.695 0 0 1-.201-.514V6.571c0-.208.067-.379.2-.513a.695.695 0 0 1 .514-.2h27.857v-5c0-.313.142-.53.425-.648a.717.717 0 0 1 .78.111l8.572 7.813c.149.149.223.32.223.513z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-color: #1c6a1e;
  content: " ";
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 1443, ../scss/breakpoints/_base.scss */
.featured-resources-row .featured-resource a:first-of-type:hover:before {
  display: block;
}

/* line 1452, ../scss/breakpoints/_base.scss */
.resources-slider-prev,
.resources-slider-next {
  width: 60px;
  height: 60px;
  background-color: #1C6A1E;
  line-height: 1;
  border: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 20%;
  border-radius: 50%;
}
/* line 1468, ../scss/breakpoints/_base.scss */
.resources-slider-prev svg,
.resources-slider-next svg {
  transform: scale(0.5);
  margin-left: -5px;
}

/* line 1474, ../scss/breakpoints/_base.scss */
.resources-slider-prev {
  left: -30px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 1480, ../scss/breakpoints/_base.scss */
.resources-slider-next {
  right: -30px;
}

/* line 1484, ../scss/breakpoints/_base.scss */
.front-page-hubs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  text-align: left;
  padding: 30px;
}
@media (min-width: 767px) {
  /* line 1484, ../scss/breakpoints/_base.scss */
  .front-page-hubs {
    padding: 50px 100px;
    margin-top: 20px;
  }
}
/* line 1497, ../scss/breakpoints/_base.scss */
.front-page-hubs p {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 767px) {
  /* line 1497, ../scss/breakpoints/_base.scss */
  .front-page-hubs p {
    padding-right: 40%;
    font-size: 20px;
    line-height: 30px;
  }
}
/* line 1513, ../scss/breakpoints/_base.scss */
.front-page-hubs.front-page-hubs--knowledge .cf, .front-page-hubs.front-page-hubs--knowledge .comment-respond {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  /* line 1512, ../scss/breakpoints/_base.scss */
  .front-page-hubs.front-page-hubs--knowledge {
    background-image: url("data:image/svg+xml,%3Csvg width='115' height='115' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M98.159 98.159c-22.456 22.455-58.862 22.455-81.318 0-22.455-22.456-22.455-58.862 0-81.318 22.456-22.455 58.862-22.455 81.318 0 22.455 22.456 22.455 58.862 0 81.318z' fill='%231C6A1E'/%3E%3Cg transform='translate(19.167 19.167)'%3E%3Ccircle stroke='%231C6A1E' stroke-width='2' fill='%23FFF' cx='29.708' cy='46.958' r='12.5'/%3E%3Cpath stroke='%23FFF' stroke-width='4' d='M27.792 3.833l-7.667 20.125 9.583 23M47.917 9.583l7.666 19.167-25.875 18.208'/%3E%3Cpath stroke='%23FFF' stroke-width='4' d='M3.833 13.417l16.292 10.541 9.583 23M68.042 6.708L55.583 28.75 29.708 46.958M51.75 72.833l1.917-20.125-23.959-5.75'/%3E%3Cpath stroke='%23FFF' stroke-width='4' d='M72.833 57.5l-19.166-4.792-23.959-5.75M10.542 66.125l19.166-19.167'/%3E%3Cpath d='M27.632 19.626a8.64 8.64 0 00-5.263-4.038 8.64 8.64 0 00-6.576.866 8.64 8.64 0 00-4.038 5.263 8.64 8.64 0 00.866 6.576 8.64 8.64 0 005.262 4.038 8.64 8.64 0 006.577-.866 8.64 8.64 0 004.038-5.262 8.64 8.64 0 00-.866-6.577zM6.25 9.231a4.818 4.818 0 00-3.667-.482A4.818 4.818 0 00-.352 11a4.818 4.818 0 00-.483 3.667 4.818 4.818 0 002.252 2.935 4.818 4.818 0 003.667.483 4.818 4.818 0 002.935-2.252 4.818 4.818 0 00.482-3.667A4.818 4.818 0 006.25 9.23zM30.208-.352a4.818 4.818 0 00-3.667-.483 4.818 4.818 0 00-2.935 2.252 4.818 4.818 0 00-.482 3.667 4.818 4.818 0 002.251 2.935 4.818 4.818 0 003.667.482 4.818 4.818 0 002.935-2.251 4.818 4.818 0 00.483-3.667 4.818 4.818 0 00-2.252-2.935zM50.333 5.398a4.818 4.818 0 00-3.667-.483 4.818 4.818 0 00-2.935 2.252 4.818 4.818 0 00-.482 3.667A4.818 4.818 0 0045.5 13.77a4.818 4.818 0 003.667.482A4.818 4.818 0 0052.102 12a4.818 4.818 0 00.483-3.667 4.818 4.818 0 00-2.252-2.935zM70.458 2.523a4.818 4.818 0 00-3.667-.483 4.818 4.818 0 00-2.935 2.252 4.818 4.818 0 00-.482 3.667 4.818 4.818 0 002.251 2.935 4.818 4.818 0 003.667.482 4.818 4.818 0 002.935-2.251 4.818 4.818 0 00.483-3.667 4.818 4.818 0 00-2.252-2.935zM75.25 53.315a4.818 4.818 0 00-3.667-.483 4.818 4.818 0 00-2.935 2.252 4.818 4.818 0 00-.483 3.667 4.818 4.818 0 002.252 2.934 4.818 4.818 0 003.667.483 4.818 4.818 0 002.935-2.252 4.818 4.818 0 00.482-3.667 4.818 4.818 0 00-2.251-2.934zM54.166 68.648a4.818 4.818 0 00-3.667-.483 4.818 4.818 0 00-2.934 2.252 4.818 4.818 0 00-.483 3.667 4.818 4.818 0 002.252 2.935A4.818 4.818 0 0053 77.5a4.818 4.818 0 002.934-2.251 4.818 4.818 0 00.483-3.667 4.818 4.818 0 00-2.252-2.935zM58.001 45.204a8.64 8.64 0 00-6.576-.866 8.64 8.64 0 00-5.263 4.038 8.64 8.64 0 00-.865 6.577 8.64 8.64 0 004.038 5.262 8.64 8.64 0 006.576.866 8.64 8.64 0 005.263-4.038 8.64 8.64 0 00.865-6.576 8.64 8.64 0 00-4.038-5.263z' stroke='%231C6A1E' stroke-width='2' fill='%23FFF'/%3E%3Ccircle stroke='%231C6A1E' stroke-width='2' fill='%23FFF' cx='55.583' cy='28.75' r='8.667'/%3E%3Ccircle stroke='%231C6A1E' stroke-width='2' fill='%23FFF' transform='rotate(-180 10.542 66.125)' cx='10.542' cy='66.125' r='8.667'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center right 100px;
    background-repeat: no-repeat;
  }
}
/* line 1526, ../scss/breakpoints/_base.scss */
.front-page-hubs.front-page-hubs--knowledge h2.front-page-hubs-h2 {
  width: 75%;
}
/* line 1530, ../scss/breakpoints/_base.scss */
.front-page-hubs.front-page-hubs--knowledge p {
  width: 75%;
  padding: 0;
  margin-bottom: 0;
}
/* line 1536, ../scss/breakpoints/_base.scss */
.front-page-hubs.front-page-hubs--knowledge svg {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0;
}
/* line 1544, ../scss/breakpoints/_base.scss */
.front-page-hubs a {
  text-decoration: none;
  display: block;
  max-width: 125px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1544, ../scss/breakpoints/_base.scss */
  .front-page-hubs a {
    max-width: 50%;
    text-align: center;
  }
  /* line 1553, ../scss/breakpoints/_base.scss */
  .front-page-hubs a .front-page-hubs-icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  /* line 1559, ../scss/breakpoints/_base.scss */
  .front-page-hubs a img {
    align-self: center;
  }
}
/* line 1565, ../scss/breakpoints/_base.scss */
.front-page-hubs .view-partnerships-link {
  display: inline;
}
/* line 1568, ../scss/breakpoints/_base.scss */
.front-page-hubs .view-partnerships-link svg {
  transform: scale(0.5);
}

/* line 1574, ../scss/breakpoints/_base.scss */
.front-page-hubs-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 1581, ../scss/breakpoints/_base.scss */
.front-page-hubs-icon {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 1em;
  border-radius: 4px;
  color: #3A4A5B;
}
@media (min-width: 767px) {
  /* line 1581, ../scss/breakpoints/_base.scss */
  .front-page-hubs-icon {
    margin-bottom: 0;
  }
}
/* line 1593, ../scss/breakpoints/_base.scss */
.front-page-hubs-icon img {
  display: block;
  height: 125px;
  width: 125px;
  max-width: 100%;
  margin-bottom: 10px;
}

/* line 1603, ../scss/breakpoints/_base.scss */
.front-page-widget-area {
  margin-top: 0px;
  padding-top: 20px;
}
/* line 1607, ../scss/breakpoints/_base.scss */
.front-page-widget-area .widget-area-heading {
  color: white;
}
@media (min-width: 767px) {
  /* line 1603, ../scss/breakpoints/_base.scss */
  .front-page-widget-area {
    margin-top: 0px;
  }
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 1621, ../scss/breakpoints/_base.scss */
#content {
  margin-top: 1.5em;
}

/* line 1627, ../scss/breakpoints/_base.scss */
.hentry {
  background-color: #fff;
  /* border-radius: 3px; Removed by Ross - don't THINK it's needed! */
  margin-bottom: 1.5em;
}
/* line 1632, ../scss/breakpoints/_base.scss */
.hentry header {
  padding: 0;
}
/* line 1636, ../scss/breakpoints/_base.scss */
.hentry footer {
  padding: 1.5em 0;
}
/* line 1639, ../scss/breakpoints/_base.scss */
.hentry footer p {
  margin: 0;
}

/* end .hentry */
/* line 1646, ../scss/breakpoints/_base.scss */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 1671, ../scss/breakpoints/_base.scss */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

/* entry content */
/* line 1680, ../scss/breakpoints/_base.scss */
.entry-content {
  padding: 1.5em  0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
@media (min-width: 767px) {
  /* line 1683, ../scss/breakpoints/_base.scss */
  .entry-content p {
    margin: 0 1.5em 1.5em 0;
  }
}
/* line 1710, ../scss/breakpoints/_base.scss */
.entry-content table {
  width: 100%;
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 1717, ../scss/breakpoints/_base.scss */
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 1726, ../scss/breakpoints/_base.scss */
.entry-content tr {
  border-bottom: 1px solid #53667a;
}
/* line 1730, ../scss/breakpoints/_base.scss */
.entry-content td {
  padding: 7px;
}
/* line 1738, ../scss/breakpoints/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}
/* line 1743, ../scss/breakpoints/_base.scss */
.entry-content th {
  background-color: #647a93;
  border-bottom: 1px solid #53667a;
  border-right: 1px solid #53667a;
}
/* line 1748, ../scss/breakpoints/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}
/* line 1753, ../scss/breakpoints/_base.scss */
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #24a5d1;
  font-style: italic;
  color: #9fa6b4;
}
/* line 1768, ../scss/breakpoints/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 1775, ../scss/breakpoints/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 1791, ../scss/breakpoints/_base.scss */
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* line 1800, ../scss/breakpoints/_base.scss */
.entry-content pre {
  background: #323944;
  color: #647a93;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
/* line 1811, ../scss/breakpoints/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 1817, ../scss/breakpoints/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 1823, ../scss/breakpoints/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 1857, ../scss/breakpoints/_base.scss */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1865, ../scss/breakpoints/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

/* line 1869, ../scss/breakpoints/_base.scss */
.pagination {
  text-align: center;
}
/* line 1872, ../scss/breakpoints/_base.scss */
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
/* line 1881, ../scss/breakpoints/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #53667a;
}
/* line 1890, ../scss/breakpoints/_base.scss */
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #24a5d1;
}
/* line 1902, ../scss/breakpoints/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #24a5d1;
  color: #fff;
}
/* line 1908, ../scss/breakpoints/_base.scss */
.pagination .current {
  cursor: default;
  color: #3a4a59;
}
/* line 1912, ../scss/breakpoints/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #3a4a59;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1925, ../scss/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1929, ../scss/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1940, ../scss/breakpoints/_base.scss */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #647a93;
  /* number of comments span */
}

/* line 1960, ../scss/breakpoints/_base.scss */
.commentlist {
  margin: 0;
  list-style-type: none;
}

/* line 1965, ../scss/breakpoints/_base.scss */
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #647a93;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
/* line 1972, ../scss/breakpoints/_base.scss */
.comment .comment-author {
  padding: 7px;
  border: 0;
}
/* line 1978, ../scss/breakpoints/_base.scss */
.comment .vcard {
  margin-left: 50px;
}
/* line 1981, ../scss/breakpoints/_base.scss */
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1989, ../scss/breakpoints/_base.scss */
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
/* line 1994, ../scss/breakpoints/_base.scss */
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
/* line 1998, ../scss/breakpoints/_base.scss */
.comment .vcard time a:hover {
  text-decoration: underline;
}
/* line 2008, ../scss/breakpoints/_base.scss */
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
/* line 2016, ../scss/breakpoints/_base.scss */
.comment:last-child {
  margin-bottom: 0;
}
/* line 2020, ../scss/breakpoints/_base.scss */
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 2038, ../scss/breakpoints/_base.scss */
.comment[class*=depth-] {
  margin-top: 1.1em;
}
/* line 2042, ../scss/breakpoints/_base.scss */
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 2047, ../scss/breakpoints/_base.scss */
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
/* line 2060, ../scss/breakpoints/_base.scss */
.comment.odd {
  background-color: #fff;
}
/* line 2063, ../scss/breakpoints/_base.scss */
.comment.even {
  background: #647a93;
}

/* comment meta */
/* comment content */
/* line 2097, ../scss/breakpoints/_base.scss */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
/* line 2106, ../scss/breakpoints/_base.scss */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
/* line 2118, ../scss/breakpoints/_base.scss */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 2131, ../scss/breakpoints/_base.scss */
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #647a93;
}

/* line 2137, ../scss/breakpoints/_base.scss */
#reply-title {
  margin: 0;
}

/* line 2141, ../scss/breakpoints/_base.scss */
.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* line 2146, ../scss/breakpoints/_base.scss */
.logged-in-as a {
  color: #3a4a59;
}

/* line 2151, ../scss/breakpoints/_base.scss */
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

/* line 2155, ../scss/breakpoints/_base.scss */
.form-allowed-tags {
  padding: 1.5em;
  background-color: #647a93;
  font-size: 0.9em;
}

/* comment submit button */
/* line 2162, ../scss/breakpoints/_base.scss */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
/* line 2169, ../scss/breakpoints/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 2182, ../scss/breakpoints/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 2187, ../scss/breakpoints/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 2203, ../scss/breakpoints/_base.scss */
.widget ul li {
  /* deep nesting */
}

/* line 2221, ../scss/breakpoints/_base.scss */
.sidebar-links ul {
  border-bottom: 5px solid #3b4a5a;
  width: 300px;
  margin-bottom: 3em;
}
/* line 2227, ../scss/breakpoints/_base.scss */
.sidebar-links a {
  background: #fff;
  height: 60px;
  font-size: 13px;
  line-height: 60px;
  border-bottom: 1px solid #dce1e7;
  display: block;
  padding-left: 22px;
  color: #53667a !important;
  text-decoration: none;
}
/* line 2238, ../scss/breakpoints/_base.scss */
.sidebar-links a:hover {
  color: #3b4a5a !important;
}

/* line 2244, ../scss/breakpoints/_base.scss */
.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
WIDGETS
*********************/
/* line 2266, ../scss/breakpoints/_base.scss */
.front-page-widget-area {
  margin-bottom: 40px;
}

/* line 2270, ../scss/breakpoints/_base.scss */
.front-page-widget-container {
  margin-top: 20px;
  background: #fff;
  border-bottom: 5px #3b4a5a solid;
}
@media (min-width: 767px) {
  /* line 2270, ../scss/breakpoints/_base.scss */
  .front-page-widget-container {
    height: 550px;
  }
}

/* line 2280, ../scss/breakpoints/_base.scss */
.sidebar-widget h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}

/*********************
FOOTER STYLES
*********************/
/* line 2301, ../scss/breakpoints/_base.scss */
.footer {
  clear: both;
  background-color: #FFF;
}

/* line 2306, ../scss/breakpoints/_base.scss */
.footer-twitter {
  font-size: 15px;
  padding: 40px 0;
}
/* line 2310, ../scss/breakpoints/_base.scss */
.footer-twitter .wrap {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 2310, ../scss/breakpoints/_base.scss */
  .footer-twitter .wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
/* line 2320, ../scss/breakpoints/_base.scss */
.footer-twitter__latest {
  color: #26AEDC;
  margin-right: 5px;
  width: 130px;
}
/* line 2326, ../scss/breakpoints/_base.scss */
.footer-twitter__tweet {
  color: #52667B;
  text-decoration: none;
}
/* line 2330, ../scss/breakpoints/_base.scss */
.footer-twitter__tweet:hover {
  text-decoration: underline;
}
/* line 2335, ../scss/breakpoints/_base.scss */
.footer-twitter__follow {
  color: #1C6A1E;
  font-weight: bold;
  text-decoration: none;
  width: 200px;
}
@media (min-width: 767px) {
  /* line 2335, ../scss/breakpoints/_base.scss */
  .footer-twitter__follow {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
  }
}
/* line 2348, ../scss/breakpoints/_base.scss */
.footer-twitter__follow:hover {
  color: #114213;
}

/* line 2354, ../scss/breakpoints/_base.scss */
.footer-wrap {
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin-top: 20px;
}

/* line 2363, ../scss/breakpoints/_base.scss */
.footer-members h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  color: #3A4A5B;
  margin-bottom: 20px;
  margin-top: 50px;
}

/* line 2373, ../scss/breakpoints/_base.scss */
.footer-logos {
  padding: 30px 0 10px 0;
}
/* line 2376, ../scss/breakpoints/_base.scss */
.footer-logos .owl-next {
  position: absolute;
  right: -30px;
  color: #DCE1E7 !important;
  font-size: 40px !important;
  font-weight: bold;
  top: 40px;
}
/* line 2384, ../scss/breakpoints/_base.scss */
.footer-logos .owl-next:hover {
  color: #afbac8 !important;
}
/* line 2389, ../scss/breakpoints/_base.scss */
.footer-logos .owl-prev {
  position: absolute;
  left: -30px;
  color: #DCE1E7 !important;
  font-size: 40px !important;
  font-weight: bold;
  top: 40px;
}
/* line 2397, ../scss/breakpoints/_base.scss */
.footer-logos .owl-prev:hover {
  color: #afbac8 !important;
}

/* line 2403, ../scss/breakpoints/_base.scss */
.footer-logo {
  height: 70px;
  /* Just over the size of the maximum image */
  text-align: center;
  margin-bottom: 20px;
  /************************************************************************************
  * This is a way of making sure all the logos line up on the same X-axis. There's an
  * IE expression in ie.scss to insert the class .footer-logo_before
  *
  * Source: jsfiddle.net/kizu/4RPFa/76/
  *************************************************************************************/
}
/* line 2415, ../scss/breakpoints/_base.scss */
.footer-logo:before,
.footer-logo .footer-logo_before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/* line 2423, ../scss/breakpoints/_base.scss */
.footer-logo img {
  vertical-align: middle;
}

/* line 2428, ../scss/breakpoints/_base.scss */
.footer-one {
  background: #3A4A5B;
}

/* line 2432, ../scss/breakpoints/_base.scss */
.footer-two {
  background: #52667B;
}

/* line 2436, ../scss/breakpoints/_base.scss */
.footer-bottom {
  font-size: 13px;
  line-height: 20px;
  background-color: #3A4A5B;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 2444, ../scss/breakpoints/_base.scss */
.footer-bottom a {
  color: white;
  text-decoration: none;
  float: right;
}
/* line 2449, ../scss/breakpoints/_base.scss */
.footer-bottom a:hover {
  text-decoration: underline;
}
/* line 2454, ../scss/breakpoints/_base.scss */
.footer-bottom a.site-credit {
  margin-top: 25px;
  margin-bottom: 20px;
  float: none;
  display: block;
}

/* line 2462, ../scss/breakpoints/_base.scss */
.footer-columns {
  padding-top: 80px;
  padding-bottom: 15px;
}
@media (min-width: 767px) {
  /* line 2462, ../scss/breakpoints/_base.scss */
  .footer-columns {
    display: flex;
    flex-wrap: wrap;
  }
}
/* line 2471, ../scss/breakpoints/_base.scss */
.footer-columns--top {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 940px) {
  /* line 2476, ../scss/breakpoints/_base.scss */
  .footer-columns__column {
    width: 16.66666%;
  }
}
@media (min-width: 767px) {
  /* line 2481, ../scss/breakpoints/_base.scss */
  .footer-columns__column:last-of-type {
    text-align: right;
  }
}
@media (min-width: 940px) {
  /* line 2487, ../scss/breakpoints/_base.scss */
  .footer-columns__column--quarter {
    width: 33.33333%;
  }
}
@media (min-width: 940px) {
  /* line 2493, ../scss/breakpoints/_base.scss */
  .footer-columns__column--three-quarters {
    width: 66.6666666%;
    text-align: left !important;
  }
}
/* line 2500, ../scss/breakpoints/_base.scss */
.footer-columns__column .widget {
  margin: 0;
  padding: 0 5px;
}
/* line 2506, ../scss/breakpoints/_base.scss */
.footer-columns .widget ul {
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 2510, ../scss/breakpoints/_base.scss */
.footer-columns .widget ul li {
  margin-bottom: 10px;
  line-height: 1.3 !important;
}
/* line 2516, ../scss/breakpoints/_base.scss */
.footer-columns h3 {
  font-weight: bold;
  color: white;
  font-size: 20px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 20px;
}
.footer-columns div.big-button a {
  font-size: 15px;
}
/* line 2525, ../scss/breakpoints/_base.scss */
.footer-columns a {
  color: white;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
}
/* line 2531, ../scss/breakpoints/_base.scss */
.footer-columns a:hover {
  text-decoration: underline;
}
/* line 2536, ../scss/breakpoints/_base.scss */
.footer-columns form {
  display: flex;
  flex-wrap: wrap;
}
/* line 2540, ../scss/breakpoints/_base.scss */
.footer-columns form .gform_body {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  /* line 2540, ../scss/breakpoints/_base.scss */
  .footer-columns form .gform_body {
    width: calc(100% - 200px);
  }
}
/* line 2550, ../scss/breakpoints/_base.scss */
.footer-columns form .gform_fields {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
}
/* line 2556, ../scss/breakpoints/_base.scss */
.footer-columns form label {
  color: white !important;
}
/* line 2560, ../scss/breakpoints/_base.scss */
.footer-columns form .gfield_label {
  color: white !important;
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: normal !important;
}
/* line 2567, ../scss/breakpoints/_base.scss */
.footer-columns form .ginput_container_consent {
  font-size: 13px;
  line-height: 1;
}
/* line 2568, ../scss/breakpoints/_base.scss */
.footer-columns form .ginput_container_consent input[type="checkbox"] {
  margin-right: 5px !important;
}
/* line 2576, ../scss/breakpoints/_base.scss */
.footer-columns form li.hidden_label input {
  margin-top: 0;
}
@media (min-width: 767px) {
  /* line 2580, ../scss/breakpoints/_base.scss */
  .footer-columns form .gfield {
    width: 50%;
  }
}
/* line 2585, ../scss/breakpoints/_base.scss */
.footer-columns form .gfield input[type=text] {
  width: 100%;
  margin-bottom: 5px;
}
/* line 2590, ../scss/breakpoints/_base.scss */
.footer-columns form .gfield:last-of-type {
  width: 100%;
  margin-top: 0;
}
/* line 2596, ../scss/breakpoints/_base.scss */
.footer-columns form .ginput_container_checkbox {
  margin-top: 0 !important;
}
/* line 2599, ../scss/breakpoints/_base.scss */
.footer-columns form .ginput_container_checkbox label {
  color: white;
  font-size: 13px !important;
  line-height: 20px !important;
}
/* line 2606, ../scss/breakpoints/_base.scss */
.footer-columns form .gform_footer input[type=submit] {
  width: 180px;
  margin-top: 45px;
  border: 1px solid white;
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 2px;
}
/* line 2618, ../scss/breakpoints/_base.scss */
.footer-columns form .gform_footer {
  width: 180px;
  padding: 0;
  margin: 0;
}

/* line 2626, ../scss/breakpoints/_base.scss */
.footer-logo-bottom {
  height: 1px;
  background: #3b4a5a;
  padding-left: 20px;
  padding-right: 20px;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
@media (min-width: 767px) {
  /* line 2651, ../scss/breakpoints/_base.scss */
  .sign-up-form {
    float: right;
    text-align: right;
    width: 500px;
  }
}
/* line 2660, ../scss/breakpoints/_base.scss */
.sign-up-form p {
  margin-top: 0px;
}
/* line 2664, ../scss/breakpoints/_base.scss */
.sign-up-form .hub-button {
  height: 39px !important;
}

/* line 2669, ../scss/breakpoints/_base.scss */
.footer-login {
  font-size: 12px;
  width: 300px;
  color: #89bc45;
  float: left;
  text-decoration: underline;
  font-weight: bold;
}

/* line 2678, ../scss/breakpoints/_base.scss */
.social-media-icons {
  display: block;
  margin-top: 10px;
}

/* line 2683, ../scss/breakpoints/_base.scss */
.copyright {
  font-size: 12px;
  color: #3b4a5a;
  float: right;
  text-align: right;
}

/* line 1, ../scss/jli-partials/_page.scss */
.page-identity-banner {
  background: #3b4a5a;
}
@media (min-width: 767px) {
  /* line 1, ../scss/jli-partials/_page.scss */
  .page-identity-banner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 11, ../scss/jli-partials/_page.scss */
.page-identity-banner .button, .page-identity-banner .resource-list-option-links-container a, .resource-list-option-links-container .page-identity-banner a, .page-identity-banner .resource-list-option-links-container .current-active-button, .resource-list-option-links-container .page-identity-banner .current-active-button {
  height: 42px;
}

/* line 17, ../scss/jli-partials/_page.scss */
.single-resource .entry-content {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 23, ../scss/jli-partials/_page.scss */
.alignleft {
  float: left;
  margin-right: 10px;
}

/* line 28, ../scss/jli-partials/_page.scss */
.alignright {
  float: right;
  margin-left: 10px;
}

/* line 33, ../scss/jli-partials/_page.scss */
.page-background {
  background: #53667a;
  padding-bottom: 80px;
  border-bottom: 5px #3b4a5a solid;
}

/* line 39, ../scss/jli-partials/_page.scss */
.page-box {
  background: #fff;
  overflow: hidden;
  position: relative;
  border-right: 5px #3b4a5a solid;
  border-left: 5px #3b4a5a solid;
  border-bottom: 5px #3b4a5a solid;
  padding: 30px;
  padding-top: 50px;
}
@media (min-width: 767px) {
  /* line 39, ../scss/jli-partials/_page.scss */
  .page-box {
    margin-left: -3000px;
    padding-left: 3000px;
    padding-right: 60px;
    border-left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 39, ../scss/jli-partials/_page.scss */
  .page-box {
    border: 0;
  }
}
/* line 63, ../scss/jli-partials/_page.scss */
.page-box h1 {
  font-weight: bold;
  font-size: 40px !important;
  line-height: 45px;
}
/* line 69, ../scss/jli-partials/_page.scss */
.page-box h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
  padding-bottom: .25em;
  padding-top: .75em;
}
/* line 77, ../scss/jli-partials/_page.scss */
.page-box h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  padding-bottom: .25em;
  padding-top: .75em;
}
/* line 86, ../scss/jli-partials/_page.scss */
.page-box h1:hover, .page-box h2:hover, .page-box h3 a:hover {
  color: #313d4b;
}
/* line 91, ../scss/jli-partials/_page.scss */
.page-box h4 {
  font-size: 20px;
  line-height: 30px;
}
/* line 96, ../scss/jli-partials/_page.scss */
.page-box p {
  font-size: 16px;
  line-height: 22px;
}
/* line 101, ../scss/jli-partials/_page.scss */
.page-box ul li {
  margin-left: 40px;
  list-style-type: disc;
  font-size: 16px;
  line-height: 22px;
}
/* line 108, ../scss/jli-partials/_page.scss */
.page-box ol li {
  margin-left: 40px;
  list-style-type: decimal;
  font-size: 16px;
  line-height: 22px;
}
/* line 115, ../scss/jli-partials/_page.scss */
.page-box a {
  color: #1C6A1E;
}
/* line 119, ../scss/jli-partials/_page.scss */
.page-box .wp-caption {
  background: #fff;
  padding: 0px;
}
/* line 123, ../scss/jli-partials/_page.scss */
.page-box .wp-caption p {
  font-size: 13px;
  text-align: left;
  font-weight: 300;
  color: #53667a;
  margin-bottom: 1.5em;
}

/* The full-width template doesn't strecth the white background to the left */
/* line 134, ../scss/jli-partials/_page.scss */
body.page-template-template-full-width-php .page-box,
body.bbpress .page-box {
  margin-left: 0;
  padding-left: 2em;
  padding-right: 2em;
  border-right: none;
}

/* line 142, ../scss/jli-partials/_page.scss */
.back-link {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 149, ../scss/jli-partials/_page.scss */
.page-header .back-link {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
}

/* line 156, ../scss/jli-partials/_page.scss */
.meta-info {
  margin-top: 30px;
  font-size: 12px;
}
/* line 160, ../scss/jli-partials/_page.scss */
.meta-info strong {
  text-transform: uppercase;
}

/* line 169, ../scss/jli-partials/_page.scss */
.resources-library-footer {
  border-top: 1px solid #dce1e7;
  padding-top: 5px !important;
  padding-bottom: 60px !important;
}

/* line 176, ../scss/jli-partials/_page.scss */
.page-navigation, .navigation {
  text-align: center;
  padding: .25em 0;
  margin-bottom: 10px;
}
/* line 181, ../scss/jli-partials/_page.scss */
.page-navigation a, .navigation a {
  font-size: 12px;
  color: #89bc45 !important;
  font-weight: bold;
  text-decoration: none !important;
}
/* line 187, ../scss/jli-partials/_page.scss */
.page-navigation a:hover, .navigation a:hover {
  color: #6e9737 !important;
}
/* line 192, ../scss/jli-partials/_page.scss */
.page-navigation .previous-posts, .navigation .previous-posts {
  float: left;
}
/* line 196, ../scss/jli-partials/_page.scss */
.page-navigation .next-posts, .navigation .next-posts {
  float: right;
}

/* line 201, ../scss/jli-partials/_page.scss */
.page-navigation-top {
  border-bottom: 1px solid #dce1e7;
  padding-top: 1em;
}

/* line 206, ../scss/jli-partials/_page.scss */
.page-navigation-bottom {
  border-top: 1px solid #dce1e7;
  padding-top: 1.5em;
  padding-bottom: 4em;
}

/************************************************************************************
*************************************************************************************
**
** Partial for the Hubs pages
**
*************************************************************************************
************************************************************************************/
/************************************************************************************
*************************************************************************************
**
** Styles for the hub selector
**
*************************************************************************************
************************************************************************************/
/* line 18, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu, .tags-dropdown-menu {
  top: 0px;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}
/* line 27, ../scss/jli-partials/_hub.scss */
.filter-section .hub-dropdown-menu, .filter-section .tags-dropdown-menu {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 767px) {
  /* line 18, ../scss/jli-partials/_hub.scss */
  .hub-dropdown-menu, .tags-dropdown-menu {
    float: right;
  }
}
/* line 36, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu ul, .tags-dropdown-menu ul {
  max-height: 0;
  position: absolute;
  top: 32px;
  left: 0px;
  z-index: 5555555;
  background: #FFF;
  width: 235px;
  overflow: hidden;
  /* Set our transitions up. They need to run on max-height, not just height */
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
/* line 51, ../scss/jli-partials/_hub.scss */
.filter-section .hub-dropdown-menu ul, .filter-section .tags-dropdown-menu ul {
  width: 100%;
  top: 22px;
}
/* line 56, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu ul a, .tags-dropdown-menu ul a {
  padding-left: 22px;
}
/* line 59, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu ul a:nth-child(2n), .tags-dropdown-menu ul a:nth-child(2n) {
  background: #24a5d1 !important;
}
/* line 67, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu ul.active, .tags-dropdown-menu ul.active {
  height: auto;
  max-height: 400px;
  overflow: visible;
}
/* line 72, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu ul.active a, .tags-dropdown-menu ul.active a {
  display: block;
  background: #FFF;
}
/* line 78, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu li, .tags-dropdown-menu li {
  line-height: 20px;
}
/* line 82, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu a, .tags-dropdown-menu a {
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
}

/* line 89, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu--members {
  margin-bottom: 20px;
}
/* line 92, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu--members ul {
  position: relative;
  margin-top: -25px;
}
/* line 97, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu--members li {
  padding-left: 22px;
}
/* line 100, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu--members li:hover {
  cursor: pointer;
  color: #89bc45;
}
/* line 105, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu--members li.filtered {
  color: #24a5d1;
}
/* line 110, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu--members ul.active {
  max-height: 2000px;
}

/* line 117, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu-trigger {
  background: #fff;
  font-size: 13px;
  width: 235px;
  position: relative;
}
/* line 124, ../scss/jli-partials/_hub.scss */
.filter-section .hub-dropdown-menu-trigger {
  width: 100%;
}
/* line 128, ../scss/jli-partials/_hub.scss */
.hub-dropdown-menu-trigger:before {
  font-family: "dashicons";
  font-size: 28px;
  content: "\f140";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
}

/* line 139, ../scss/jli-partials/_hub.scss */
.members-dropdown {
  margin: 10px 20px;
}
@media (min-width: 767px) {
  /* line 139, ../scss/jli-partials/_hub.scss */
  .members-dropdown {
    margin-top: -70px;
    margin-left: 0;
    margin-right: 20px;
  }
}
/* line 149, ../scss/jli-partials/_hub.scss */
.members-dropdown ul.active a, .members-dropdown ul.active li {
  background: #53667a;
  color: #FFF;
}
/* line 153, ../scss/jli-partials/_hub.scss */
.members-dropdown ul.active a:hover, .members-dropdown ul.active li:hover {
  color: #e6e6e6;
}
/* line 159, ../scss/jli-partials/_hub.scss */
.members-dropdown .hub-dropdown-menu-trigger {
  background: #53667a;
  color: #FFF;
}
/* line 163, ../scss/jli-partials/_hub.scss */
.members-dropdown .hub-dropdown-menu-trigger:hover {
  color: #e6e6e6;
}

/************************************************************************************
*************************************************************************************
**
** Layout specific
**
*************************************************************************************
************************************************************************************/
/* line 186, ../scss/jli-partials/_hub.scss */
.hub-identity-banner {
  height: 60px;
  background: #24a5d1;
}

/* line 191, ../scss/jli-partials/_hub.scss */
.hub-identity-banner-text {
  color: #fff;
  position: relative;
}
@media (min-width: 767px) {
  /* line 191, ../scss/jli-partials/_hub.scss */
  .hub-identity-banner-text {
    line-height: 60px;
    font-size: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 191, ../scss/jli-partials/_hub.scss */
  .hub-identity-banner-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 206, ../scss/jli-partials/_hub.scss */
.hub-identity-banner-text a {
  text-decoration: none;
}

/* line 217, ../scss/jli-partials/_hub.scss */
.page-identity-banner .hub-identity-banner-text a {
  color: #fff;
  text-decoration: none;
}
/* line 221, ../scss/jli-partials/_hub.scss */
.page-identity-banner .hub-identity-banner-text a:hover {
  color: #fff;
}

/* line 226, ../scss/jli-partials/_hub.scss */
.hub-identity-members {
  text-align: center;
  font-size: 24px;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  /* line 226, ../scss/jli-partials/_hub.scss */
  .hub-identity-members {
    width: 660px;
    text-align: left;
  }
}
/* line 240, ../scss/jli-partials/_hub.scss */
.hub-identity-members .big-button a, .hub-identity-members .attendees-button a {
  color: white;
}
@media (min-width: 767px) {
  /* line 239, ../scss/jli-partials/_hub.scss */
  .hub-identity-members .big-button, .hub-identity-members .attendees-button {
    float: right;
    padding: 11px 40px;
    margin-top: -5px;
  }
}

/* line 254, ../scss/jli-partials/_hub.scss */
.hub-identity-members--front {
  padding-bottom: 20px;
  background: #f8f9fa;
  padding-top: 25px;
}
@media (min-width: 767px) {
  /* line 254, ../scss/jli-partials/_hub.scss */
  .hub-identity-members--front {
    width: 100%;
    padding-bottom: 40px;
  }
  /* line 263, ../scss/jli-partials/_hub.scss */
  .hub-identity-members--front span {
    width: calc(100% - 220px);
    float: left;
    font-size: 20px;
  }
}
/* line 271, ../scss/jli-partials/_hub.scss */
.hub-identity-members--front .big-button, .hub-identity-members--front .attendees-button {
  margin-top: 5px;
}

/* line 282, ../scss/jli-partials/_hub.scss */
.hub-body .alert-icon {
  background-color: #24a5d1;
}

/* line 287, ../scss/jli-partials/_hub.scss */
.gform_wrapper select {
  padding-left: 5px;
  line-height: 20px;
}

/* line 1, ../scss/jli-partials/_resources.scss */
.resources-library-form {
  margin-top: 10px;
  float: right;
  margin-bottom: -10px;
}
@media (min-width: 767px) {
  /* line 1, ../scss/jli-partials/_resources.scss */
  .resources-library-form {
    width: 500px;
  }
}
@media (min-width: 940px) {
  /* line 1, ../scss/jli-partials/_resources.scss */
  .resources-library-form {
    width: 762px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 1, ../scss/jli-partials/_resources.scss */
  .resources-library-form {
    display: none;
  }
}
/* line 17, ../scss/jli-partials/_resources.scss */
.resources-library-form .button.gform_next_button, .resources-library-form .resource-list-option-links-container a.gform_next_button, .resource-list-option-links-container .resources-library-form a.gform_next_button, .resources-library-form .resource-list-option-links-container .gform_next_button.current-active-button, .resource-list-option-links-container .resources-library-form .gform_next_button.current-active-button {
  background-color: #70a32c;
}

/* line 22, ../scss/jli-partials/_resources.scss */
.button.gform_next_button, .resource-list-option-links-container a.gform_next_button, .resource-list-option-links-container .gform_next_button.current-active-button {
  background-color: #70a32c;
}

/* line 26, ../scss/jli-partials/_resources.scss */
input {
  float: left;
}

/* line 32, ../scss/jli-partials/_resources.scss */
.page-identity-banner .search-resources-field {
  background: #fff url("../images/search-icon-tiny.png") no-repeat center left 10px !important;
  width: 250px !important;
  font-size: 12px !important;
  color: #aaaaaa;
  padding-left: 30px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 20px;
}
@media (min-width: 940px) {
  /* line 32, ../scss/jli-partials/_resources.scss */
  .page-identity-banner .search-resources-field {
    padding: 0 30px !important;
    width: 355px !important;
    line-height: 40px !important;
    height: 40px;
  }
}

/* line 50, ../scss/jli-partials/_resources.scss */
.default-resource-image {
  width: 100px;
  height: auto;
}

/* line 55, ../scss/jli-partials/_resources.scss */
.download-button {
  width: 320px;
  font-size: 18px;
  padding: .4em 24px;
  margin-bottom: 5px;
  background: #89bc45 url("../images/circle-white.png") no-repeat center right 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 55, ../scss/jli-partials/_resources.scss */
  .download-button {
    width: auto;
    padding-right: 50px;
    margin-left: 20px;
  }
}

/* line 70, ../scss/jli-partials/_resources.scss */
.resources-archive-header p, .resources-archive-header li {
  font-size: 16px;
}

/* line 75, ../scss/jli-partials/_resources.scss */
.tagged-as {
  margin: 5px 0px;
  margin-bottom: 0 !important;
}

/* line 80, ../scss/jli-partials/_resources.scss */
.side-tags {
  margin-top: 2em;
}

/* line 83, ../scss/jli-partials/_resources.scss */
.filter-section {
  margin-bottom: 1em;
}

/* line 86, ../scss/jli-partials/_resources.scss */
.filter-list {
  margin: 0;
}

/* line 90, ../scss/jli-partials/_resources.scss */
.side-tags-head {
  color: #fff;
  font-size: 18px;
  display: block;
  font-weight: normal;
  margin: 0;
  margin-top: 20px;
}

/* line 99, ../scss/jli-partials/_resources.scss */
.side-tags-head-big {
  color: #fff;
  font-size: 24px;
  display: block;
  margin-bottom: 1em;
}

/* line 106, ../scss/jli-partials/_resources.scss */
.dropdown-row {
  height: 60px;
}

@media (min-width: 767px) {
  /* line 110, ../scss/jli-partials/_resources.scss */
  .tags-dropdown-menu {
    top: 10px;
    width: 300px !important;
  }
}
/* line 118, ../scss/jli-partials/_resources.scss */
.tags-dropdown-menu a {
  color: #3b4a5a;
  width: 100%;
}
@media (min-width: 767px) {
  /* line 118, ../scss/jli-partials/_resources.scss */
  .tags-dropdown-menu a {
    width: 300px;
  }
}
/* line 126, ../scss/jli-partials/_resources.scss */
.tags-dropdown-menu a:hover {
  color: #313d4b;
}
/* line 131, ../scss/jli-partials/_resources.scss */
.tags-dropdown-menu ul {
  top: 19px;
  width: 100%;
}
@media (min-width: 767px) {
  /* line 131, ../scss/jli-partials/_resources.scss */
  .tags-dropdown-menu ul {
    width: 300px;
  }
}
/* line 141, ../scss/jli-partials/_resources.scss */
.tags-dropdown-menu ul a {
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 149, ../scss/jli-partials/_resources.scss */
.resource-list-meta h4 {
  margin-bottom: 10px;
}

/* line 153, ../scss/jli-partials/_resources.scss */
.resource-list-option-links-container {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 60px;
}
/* line 158, ../scss/jli-partials/_resources.scss */
.resource-list-option-links-container ul {
  margin-bottom: 0;
  margin-top: 5px;
}
/* line 163, ../scss/jli-partials/_resources.scss */
.resource-list-option-links-container a, .resource-list-option-links-container .current-active-button {
  padding: 11px 12px;
  color: #FFF;
}
/* line 170, ../scss/jli-partials/_resources.scss */
.resource-list-option-links-container .current-active-button {
  background: #52667B;
}
/* line 173, ../scss/jli-partials/_resources.scss */
.resource-list-option-links-container .current-active-button:hover {
  background: #48596c;
}

/* line 179, ../scss/jli-partials/_resources.scss */
.resource-nav-option-links {
  display: block;
}
@media (min-width: 767px) {
  /* line 179, ../scss/jli-partials/_resources.scss */
  .resource-nav-option-links {
    display: inline-block;
  }
}
/* line 186, ../scss/jli-partials/_resources.scss */
.resource-nav-option-links li {
  display: table-cell;
  padding: 0px 3px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 193, ../scss/jli-partials/_resources.scss */
.resource-nav-option-links li:first-of-type {
  padding-left: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 193, ../scss/jli-partials/_resources.scss */
  .resource-nav-option-links li:first-of-type {
    display: none;
  }
}
@media (min-width: 767px) {
  /* line 204, ../scss/jli-partials/_resources.scss */
  .resource-nav-option-links:last-of-type {
    text-align: right;
    float: right;
  }
}

/* line 212, ../scss/jli-partials/_resources.scss */
.article-thumbnail {
  width: 30%;
  float: left;
  margin-right: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767px) {
  /* line 212, ../scss/jli-partials/_resources.scss */
  .article-thumbnail {
    width: 180px;
    margin-right: 40px;
  }
}
/* line 229, ../scss/jli-partials/_resources.scss */
.article-thumbnail a {
  display: block;
  position: relative;
}
/* line 234, ../scss/jli-partials/_resources.scss */
.article-thumbnail a:first-of-type:after {
  content: " ";
  background: #DCE1E7;
  width: 20px;
  height: 180px;
  top: 20px;
  position: absolute;
  display: block;
  left: 180px;
}
/* line 245, ../scss/jli-partials/_resources.scss */
.article-thumbnail a:first-of-type:before {
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.571 8.647a.73.73 0 0 1-.223.536l-8.571 7.902c-.238.208-.499.253-.781.134-.283-.134-.425-.35-.425-.648v-5H.714a.695.695 0 0 1-.513-.2.695.695 0 0 1-.201-.514V6.571c0-.208.067-.379.2-.513a.695.695 0 0 1 .514-.2h27.857v-5c0-.313.142-.53.425-.648a.717.717 0 0 1 .78.111l8.572 7.813c.149.149.223.32.223.513z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-color: rgba(28, 106, 30, 0.9);
  content: " ";
  position: absolute;
  display: none;
  width: 180px;
  height: 233px;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 259, ../scss/jli-partials/_resources.scss */
.article-thumbnail a:first-of-type:hover:before {
  display: block;
}
/* line 266, ../scss/jli-partials/_resources.scss */
.article-thumbnail img {
  width: 180px;
  display: block;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 212, ../scss/jli-partials/_resources.scss */
  .article-thumbnail {
    display: none;
  }
}

/* line 279, ../scss/jli-partials/_resources.scss */
.article-teaser {
  float: left;
  width: calc(100% - 240px);
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 279, ../scss/jli-partials/_resources.scss */
  .article-teaser {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px #cdcdcd solid;
  }
  /* line 288, ../scss/jli-partials/_resources.scss */
  .article-teaser .entry-content__description {
    display: none;
  }
}
/* line 296, ../scss/jli-partials/_resources.scss */
.article-teaser h2, .article-teaser h3 {
  padding-top: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 296, ../scss/jli-partials/_resources.scss */
  .article-teaser h2, .article-teaser h3 {
    font-size: 0.8em;
  }
}
/* line 303, ../scss/jli-partials/_resources.scss */
.article-teaser h2 a, .article-teaser h3 a {
  color: #3b4a5a;
  border-bottom: none;
  text-decoration: none;
  overflow-wrap: break-word;
}
/* line 315, ../scss/jli-partials/_resources.scss */
.article-teaser .entry-content {
  padding-top: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 315, ../scss/jli-partials/_resources.scss */
  .article-teaser .entry-content {
    padding-bottom: 0px;
  }
}
/* line 323, ../scss/jli-partials/_resources.scss */
.article-teaser p, .article-teaser p:first-of-type, .article-teaser li {
  font-size: 16px !important;
  line-height: 20px;
  font-weight: normal;
}
/* line 329, ../scss/jli-partials/_resources.scss */
.article-teaser a {
  overflow-wrap: break-word;
}

/* line 334, ../scss/jli-partials/_resources.scss */
.meta-info {
  border-top: 1px solid #52667B;
  padding: 20px 0;
  border-bottom: 1px solid #52667B;
  margin-bottom: 30px;
  line-height: 20px;
  font-size: 15px;
  margin-top: 0;
}
/* line 343, ../scss/jli-partials/_resources.scss */
.meta-info span {
  display: inline;
  padding: 0 10px;
  border-right: 2px solid #52667B;
}
/* line 349, ../scss/jli-partials/_resources.scss */
.meta-info span:first-of-type {
  padding-left: 0;
}
/* line 353, ../scss/jli-partials/_resources.scss */
.meta-info span:last-of-type {
  border-right: 0;
}

/* line 359, ../scss/jli-partials/_resources.scss */
.country-selection {
  width: 300px;
  font-size: 13px;
  color: #3b4a5a;
  font-weight: 700 !important;
  text-transform: uppercase;
}

/* line 368, ../scss/jli-partials/_resources.scss */
.resource-iframe {
  width: 580px;
  height: 520px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 368, ../scss/jli-partials/_resources.scss */
  .resource-iframe {
    width: 100%;
  }
}

/* line 1, ../scss/jli-partials/_conferences.scss */
.conference-session__resources {
  margin-top: 20px;
  border-bottom: 1px #dce1e7 solid;
}
/* line 6, ../scss/jli-partials/_conferences.scss */
.conference-session__resources article {
  padding: 10px 0px;
}
/* line 11, ../scss/jli-partials/_conferences.scss */
.conference-session__resources .meta-info {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0px;
}
/* line 17, ../scss/jli-partials/_conferences.scss */
.conference-session__resources .hentry {
  margin-bottom: 0px;
}
/* line 21, ../scss/jli-partials/_conferences.scss */
.conference-session__resources h2 {
  font-size: 14px;
}
/* line 25, ../scss/jli-partials/_conferences.scss */
.conference-session__resources .entry-content {
  padding-bottom: 0px;
}
/* line 29, ../scss/jli-partials/_conferences.scss */
.conference-session__resources .article-thumbnail {
  width: 8.40336%;
  min-height: 0;
  margin-bottom: 20px;
}
/* line 35, ../scss/jli-partials/_conferences.scss */
.conference-session__resources .article-teaser {
  width: 83.19328%;
}

/* line 40, ../scss/jli-partials/_conferences.scss */
.entry-content p.section-list {
  margin-bottom: 0px;
}

/* line 44, ../scss/jli-partials/_conferences.scss */
.entry-content h5 {
  margin: 0px;
  font-size: 12px;
  font-weight: 600;
}

/* line 50, ../scss/jli-partials/_conferences.scss */
.attendees-button {
  background: #1C6A1E;
  margin: 5px 0px;
}

/* line 57, ../scss/jli-partials/_conferences.scss */
.sessions-table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 63, ../scss/jli-partials/_conferences.scss */
.conference-table {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 63, ../scss/jli-partials/_conferences.scss */
  .conference-table {
    table-layout: fixed;
  }
}
/* line 70, ../scss/jli-partials/_conferences.scss */
.conference-table thead {
  width: 100%;
  border-top: 1px #dce1e7 solid;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 79, ../scss/jli-partials/_conferences.scss */
.conference-table thead tr {
  border-bottom: 1px #dce1e7 solid;
  line-height: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 84, ../scss/jli-partials/_conferences.scss */
  .conference-table thead th:first-of-type {
    display: none;
  }
}
/* line 93, ../scss/jli-partials/_conferences.scss */
.conference-table tr {
  padding: 15px 0px;
}
/* line 98, ../scss/jli-partials/_conferences.scss */
.conference-table tbody td {
  font-size: 13px;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 98, ../scss/jli-partials/_conferences.scss */
  .conference-table tbody td {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
/* line 107, ../scss/jli-partials/_conferences.scss */
.conference-table tbody td:first-of-type {
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 107, ../scss/jli-partials/_conferences.scss */
  .conference-table tbody td:first-of-type {
    display: none;
  }
}
/* line 116, ../scss/jli-partials/_conferences.scss */
.conference-table .conference-attendee-row {
  cursor: pointer;
}
/* line 120, ../scss/jli-partials/_conferences.scss */
.conference-table img {
  display: block;
  width: 48px;
  height: auto;
  margin-right: 10px;
  margin: 10px 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 120, ../scss/jli-partials/_conferences.scss */
  .conference-table img {
    display: none;
  }
}
/* line 132, ../scss/jli-partials/_conferences.scss */
.conference-table .sort-dash {
  padding-left: 10px;
}
/* line 137, ../scss/jli-partials/_conferences.scss */
.conference-table .headerSortDown .sort-dash {
  display: none;
}
/* line 142, ../scss/jli-partials/_conferences.scss */
.conference-table .headerSortDown:after {
  content: '';
  position: relative;
  left: 10px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3b4a5a;
  clear: both;
}
/* line 157, ../scss/jli-partials/_conferences.scss */
.conference-table .headerSortUp .sort-dash {
  display: none;
}
/* line 161, ../scss/jli-partials/_conferences.scss */
.conference-table .headerSortUp:after {
  content: '';
  position: relative;
  left: 10px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #3b4a5a;
  clear: both;
}

/* line 176, ../scss/jli-partials/_conferences.scss */
.author-profile {
  border-top: 1px #dce1e7 solid;
  padding: 20px 0px;
}
/* line 180, ../scss/jli-partials/_conferences.scss */
.author-profile .article-teaser {
  width: 74%;
}
/* line 184, ../scss/jli-partials/_conferences.scss */
.author-profile h1 small {
  display: block;
  font-size: 18px !important;
  font-weight: normal;
  line-height: 1.1em;
  margin-top: 0.8em;
}
/* line 192, ../scss/jli-partials/_conferences.scss */
.author-profile p {
  font-size: 14px;
}
/* line 195, ../scss/jli-partials/_conferences.scss */
.author-profile p:first-of-type {
  font-size: 14px;
}

/* line 203, ../scss/jli-partials/_conferences.scss */
.conference-logo {
  background: #FFF;
  padding: 10px;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 203, ../scss/jli-partials/_conferences.scss */
  .conference-logo {
    display: none;
  }
}
/* line 212, ../scss/jli-partials/_conferences.scss */
.conference-logo--mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 212, ../scss/jli-partials/_conferences.scss */
  .conference-logo--mobile {
    display: block !important;
  }
}
/* line 220, ../scss/jli-partials/_conferences.scss */
.conference-logo img {
  max-width: 100%;
  height: auto;
}

/* line 226, ../scss/jli-partials/_conferences.scss */
.conference-session__authors {
  margin-bottom: 10px;
}

/* line 230, ../scss/jli-partials/_conferences.scss */
.conference-session__speaker {
  padding: 10px 0px;
  width: 50%;
  font-size: 12px;
  float: left;
}
/* line 236, ../scss/jli-partials/_conferences.scss */
.conference-session__speaker:nth-of-type(2n) {
  padding-right: 20px;
}
/* line 240, ../scss/jli-partials/_conferences.scss */
.conference-session__speaker ul li {
  font-size: 12px;
  list-style-type: none;
  margin-left: 58px;
}
/* line 246, ../scss/jli-partials/_conferences.scss */
.conference-session__speaker ul {
  margin: 0px;
}
/* line 250, ../scss/jli-partials/_conferences.scss */
.conference-session__speaker img {
  float: left;
  margin-right: 10px;
  width: 48px;
  height: auto;
}
/* line 257, ../scss/jli-partials/_conferences.scss */
.conference-session__speaker .speaker_name {
  display: block;
}

/* line 267, ../scss/jli-partials/_conferences.scss */
.conference-widget {
  margin-bottom: 20px;
}

/* line 271, ../scss/jli-partials/_conferences.scss */
.other_resources {
  margin-bottom: 20px;
}

/* line 275, ../scss/jli-partials/_conferences.scss */
.attendees-pages {
  display: block;
  margin: 10px 0px;
}
/* line 279, ../scss/jli-partials/_conferences.scss */
.attendees-pages a {
  text-decoration: none;
}

/* line 1, ../scss/jli-partials/_news.scss */
.news-article {
  border-bottom: 1px solid #dce1e7;
  position: relative;
}
/* line 5, ../scss/jli-partials/_news.scss */
.news-article h1 a {
  color: #3b4a5a;
}
/* line 8, ../scss/jli-partials/_news.scss */
.news-article h1 a:hover {
  color: #89bc45;
  text-decoration: none;
}
/* line 14, ../scss/jli-partials/_news.scss */
.news-article .news-meta {
  color: #53667a;
  font-size: 12px;
}
/* line 19, ../scss/jli-partials/_news.scss */
.news-article:last-of-type {
  border-bottom: none;
}
/* line 23, ../scss/jli-partials/_news.scss */
.news-article p, .news-article p:first-of-type {
  font-size: 14px !important;
  font-weight: normal !important;
}

/* line 30, ../scss/jli-partials/_news.scss */
.category-news:before {
  content: '';
  height: 40px;
  width: 40px;
  background: url("../images/icon-news.png") no-repeat;
  position: absolute;
  left: -55px;
  top: 10px;
}

/* line 42, ../scss/jli-partials/_news.scss */
.category-resource:before {
  content: '';
  height: 40px;
  width: 40px;
  background: url("../images/icon-resource.png") no-repeat;
  position: absolute;
  left: -55px;
  top: 10px;
}

/* line 54, ../scss/jli-partials/_news.scss */
.category-events:before {
  content: '';
  height: 40px;
  width: 40px;
  background: url("../images/icon-event.png") no-repeat;
  position: absolute;
  left: -55px;
  top: 10px;
}

/* line 66, ../scss/jli-partials/_news.scss */
.category-links:before {
  content: '';
  height: 40px;
  width: 40px;
  background: url("../images/icon-link.png") no-repeat;
  position: absolute;
  left: -55px;
  top: 10px;
}

/* line 78, ../scss/jli-partials/_news.scss */
.category-discuss:before {
  content: '';
  height: 40px;
  width: 40px;
  background: url("../images/icon-discuss.png") no-repeat;
  position: absolute;
  left: -55px;
  top: 10px;
}

/* line 90, ../scss/jli-partials/_news.scss */
.category-aids:before {
  content: '';
  height: 40px;
  width: 40px;
  background: url("../images/news-icon-aids.png") no-repeat;
  position: absolute;
  left: -55px;
  top: 10px;
}

/* line 102, ../scss/jli-partials/_news.scss */
.category-immunization:before {
  content: '';
  height: 40px;
  width: 40px;
  background: url("../images/news-icon-immunization.png") no-repeat;
  position: absolute;
  left: -55px;
  top: 10px;
}

/* line 114, ../scss/jli-partials/_news.scss */
.category-resiliance:before {
  content: '';
  height: 40px;
  width: 40px;
  background: url("../images/news-icon-resiliance.png") no-repeat;
  position: absolute;
  left: -55px;
  top: 10px;
}

/* line 126, ../scss/jli-partials/_news.scss */
.category-capacity-building:before {
  content: '';
  height: 40px;
  width: 40px;
  background: url("../images/news-icon-capacity-building.png") no-repeat;
  position: absolute;
  left: -55px;
  top: 10px;
}

/* line 138, ../scss/jli-partials/_news.scss */
.category-mental-health:before {
  content: '';
  height: 40px;
  width: 40px;
  background: url("../images/news-icon-mental-health.png") no-repeat;
  position: absolute;
  left: -55px;
  top: 10px;
}

/* line 150, ../scss/jli-partials/_news.scss */
.category-steering:before {
  content: '';
  height: 40px;
  width: 40px;
  background: url("../images/news-icon-steering.png") no-repeat;
  position: absolute;
  left: -55px;
  top: 10px;
}

/* line 1, ../scss/jli-partials/_widgets.scss */
.front-page-widget-container {
  position: relative;
}
/* line 4, ../scss/jli-partials/_widgets.scss */
.front-page-widget-container--resources {
  min-height: 485px;
  height: auto;
  padding-bottom: 80px;
}

/* line 11, ../scss/jli-partials/_widgets.scss */
.sidebar-widget {
  margin-top: 2em;
}
/* line 14, ../scss/jli-partials/_widgets.scss */
.sidebar-widget--members {
  margin-top: 6em;
}
/* line 19, ../scss/jli-partials/_widgets.scss */
.sidebar-widget .front-page-widget-container--resources {
  padding-bottom: 0;
  min-height: 0;
}
/* line 25, ../scss/jli-partials/_widgets.scss */
.sidebar-widget .widget-area-heading {
  color: white;
}

/* line 31, ../scss/jli-partials/_widgets.scss */
.whats-new-list {
  background: #647a93;
  height: 35px;
  line-height: 35px;
  width: 100%;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 41, ../scss/jli-partials/_widgets.scss */
.whats-new-list ul {
  display: table;
  overflow: hidden;
  padding-right: 30px;
}
/* line 47, ../scss/jli-partials/_widgets.scss */
.whats-new-list li {
  display: table-cell;
  width: auto;
}
/* line 52, ../scss/jli-partials/_widgets.scss */
.whats-new-list a {
  color: #FFF;
  display: block;
  padding: 0em 1.25em;
  text-decoration: none;
}
/* line 58, ../scss/jli-partials/_widgets.scss */
.whats-new-list a:visited {
  color: #FFF;
}
/* line 69, ../scss/jli-partials/_widgets.scss */
.whats-new-list a.active {
  background: #FFF !important;
  color: #3b4a5a;
  position: relative;
  /*
  **********************************************************************************************
  * The basis for this nice effect is: http://jonmifsud.com/blog/inverse-border-radius-in-css/#
  * It's quite heavily modified for our own needs.
  **********************************************************************************************
  */
}
/* line 80, ../scss/jli-partials/_widgets.scss */
.whats-new-list a.active span:nth-of-type(1) {
  content: '';
  pointer-events: none;
  z-index: 1;
  position: absolute;
  height: 31px;
  width: 30px;
  overflow: hidden;
  left: -30px;
  top: 4px;
}
/* line 91, ../scss/jli-partials/_widgets.scss */
.whats-new-list a.active span:nth-of-type(1):after {
  content: '';
  z-index: 1;
  position: absolute;
  margin-left: -10px;
  margin-top: -11px;
  height: 32px;
  width: 30px;
  background: transparent;
  border: solid 10px #FFF;
  border-bottom-right-radius: 20px;
}
/* line 105, ../scss/jli-partials/_widgets.scss */
.whats-new-list a.active span:nth-of-type(2) {
  content: '';
  pointer-events: none;
  z-index: 1;
  position: absolute;
  height: 31px;
  width: 30px;
  overflow: hidden;
  right: -30px;
  top: 4px;
}
/* line 116, ../scss/jli-partials/_widgets.scss */
.whats-new-list a.active span:nth-of-type(2):after {
  content: '';
  z-index: 1;
  position: absolute;
  margin-left: -10px;
  margin-top: -11px;
  height: 32px;
  width: 30px;
  background: transparent;
  border: solid 10px #FFF;
  border-bottom-left-radius: 20px;
}

/* line 134, ../scss/jli-partials/_widgets.scss */
.widget-buttons {
  width: 100%;
  padding: 10px;
  height: 60px;
}
/* line 141, ../scss/jli-partials/_widgets.scss */
.widget-buttons--news {
  height: 110px;
}
@media (min-width: 767px) {
  /* line 134, ../scss/jli-partials/_widgets.scss */
  .widget-buttons {
    position: absolute;
    bottom: 0px;
  }
}
@media (min-width: 940px) {
  /* line 134, ../scss/jli-partials/_widgets.scss */
  .widget-buttons {
    position: absolute;
    height: 60px;
    bottom: 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 157, ../scss/jli-partials/_widgets.scss */
  .widget-buttons .button, .widget-buttons .resource-list-option-links-container a, .resource-list-option-links-container .widget-buttons a, .widget-buttons .resource-list-option-links-container .current-active-button, .resource-list-option-links-container .widget-buttons .current-active-button {
    margin-bottom: 10px;
    float: none;
  }
  /* line 162, ../scss/jli-partials/_widgets.scss */
  .widget-buttons .more-button {
    float: none;
  }
}
@media (min-width: 767px) and (max-width: 940px) {
  /* line 168, ../scss/jli-partials/_widgets.scss */
  .widget-buttons .button, .widget-buttons .resource-list-option-links-container a, .resource-list-option-links-container .widget-buttons a, .widget-buttons .resource-list-option-links-container .current-active-button, .resource-list-option-links-container .widget-buttons .current-active-button {
    margin-bottom: 10px;
    float: none;
  }
  /* line 173, ../scss/jli-partials/_widgets.scss */
  .widget-buttons .more-button {
    float: none;
  }
}

/* line 179, ../scss/jli-partials/_widgets.scss */
.image-widget-text {
  padding: 0px 20px;
}

/* line 184, ../scss/jli-partials/_widgets.scss */
.image-widget h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
/* line 190, ../scss/jli-partials/_widgets.scss */
.image-widget p {
  font-size: 13px;
  line-height: 22px;
}
/* line 195, ../scss/jli-partials/_widgets.scss */
.image-widget img {
  max-width: 100%;
  height: auto;
}

/* line 202, ../scss/jli-partials/_widgets.scss */
.widget-posts .widget-post, .widget-post-area .widget-post {
  font-size: 13px;
  line-height: 20px;
  color: #3b4a5a;
  padding: 1.5em 10px 1.5em 70px;
  border-bottom: 1px solid #bec7d2;
  background: url("../images/icon-discuss.png") no-repeat 15px center;
}
/* line 210, ../scss/jli-partials/_widgets.scss */
.widget-posts .widget-post:hover, .widget-post-area .widget-post:hover {
  color: #89bc45;
  text-decoration: underline !important;
}
/* line 215, ../scss/jli-partials/_widgets.scss */
.widget-posts .widget-post--resource, .widget-post-area .widget-post--resource {
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: none;
}
/* line 221, ../scss/jli-partials/_widgets.scss */
.widget-posts .widget-post--resource .default-resource-image, .widget-post-area .widget-post--resource .default-resource-image {
  padding-top: 0;
}
/* line 225, ../scss/jli-partials/_widgets.scss */
.widget-posts .widget-post--resource img, .widget-post-area .widget-post--resource img {
  max-width: 50px;
  height: auto;
  display: inline-block;
}
/* line 231, ../scss/jli-partials/_widgets.scss */
.widget-posts .widget-post--resource a, .widget-post-area .widget-post--resource a {
  display: inline-block;
  vertical-align: top;
}
/* line 235, ../scss/jli-partials/_widgets.scss */
.widget-posts .widget-post--resource a:first-of-type, .widget-post-area .widget-post--resource a:first-of-type {
  width: 50px;
}
/* line 239, ../scss/jli-partials/_widgets.scss */
.widget-posts .widget-post--resource a:last-of-type, .widget-post-area .widget-post--resource a:last-of-type {
  width: calc(100% - 50px - 14px);
  margin-left: 10px;
  color: #3A4A5B;
  font-weight: 600;
}
/* line 249, ../scss/jli-partials/_widgets.scss */
.widget-posts .link, .widget-post-area .link {
  background: url("../images/icon-link.png") no-repeat 15px center;
}
/* line 253, ../scss/jli-partials/_widgets.scss */
.widget-posts .events, .widget-post-area .events {
  background: url("../images/icon-event.png") no-repeat 15px center;
}
/* line 257, ../scss/jli-partials/_widgets.scss */
.widget-posts .news, .widget-post-area .news {
  background: url("../images/icon-news.png") no-repeat 15px center;
}
/* line 261, ../scss/jli-partials/_widgets.scss */
.widget-posts .resource, .widget-post-area .resource {
  background: url("../images/icon-resource.png") no-repeat 15px center;
}
/* line 265, ../scss/jli-partials/_widgets.scss */
.widget-posts .discuss, .widget-post-area .discuss {
  background: url("../images/icon-discuss.png") no-repeat 15px center;
}
/* line 269, ../scss/jli-partials/_widgets.scss */
.widget-posts a, .widget-post-area a {
  text-decoration: none;
}
/* line 273, ../scss/jli-partials/_widgets.scss */
.widget-posts.active, .widget-post-area.active {
  opacity: 1 !important;
  z-index: 1000 !important;
}

/* line 280, ../scss/jli-partials/_widgets.scss */
.widget-posts-container {
  position: relative;
}
/* line 284, ../scss/jli-partials/_widgets.scss */
.widget-posts-container .widget-posts {
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  padding-top: .25em;
  width: 100%;
}
@media (min-width: 767px) {
  /* line 284, ../scss/jli-partials/_widgets.scss */
  .widget-posts-container .widget-posts {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
/* line 308, ../scss/jli-partials/_widgets.scss */
.widget-posts-container ul {
  margin-top: 0px;
  padding-top: 0px;
}

/* line 316, ../scss/jli-partials/_widgets.scss */
.hub-body .widget-posts .widget-post:hover {
  color: #24a5d1;
}

/* line 321, ../scss/jli-partials/_widgets.scss */
.featured-resources {
  text-align: center;
  font-size: 13px;
  padding: 0 10px;
}
/* line 326, ../scss/jli-partials/_widgets.scss */
.featured-resources .featured-resource {
  position: relative;
  height: 195px;
  max-height: 195px;
  overflow: hidden;
  padding: 10px 0px;
  width: calc(50% - 5px);
  float: left;
  margin-right: 10px;
}
/* line 337, ../scss/jli-partials/_widgets.scss */
.featured-resources .featured-resource:nth-of-type(2n) {
  margin-right: 0;
}
/* line 341, ../scss/jli-partials/_widgets.scss */
.featured-resources .featured-resource img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
/* line 350, ../scss/jli-partials/_widgets.scss */
.featured-resources .featured-resource a {
  text-decoration: none;
}
/* line 355, ../scss/jli-partials/_widgets.scss */
.featured-resources .featured-resources-link {
  padding: 5px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
}

/* line 374, ../scss/jli-partials/_widgets.scss */
.members-area h4 {
  padding: 0px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 381, ../scss/jli-partials/_widgets.scss */
.members-area ul {
  border-top: 1px solid #dce1e7;
}
/* line 384, ../scss/jli-partials/_widgets.scss */
.members-area ul li {
  border-bottom: 1px solid #dce1e7;
}
/* line 388, ../scss/jli-partials/_widgets.scss */
.members-area ul a {
  display: block;
  color: #3b4a5a;
  text-decoration: none;
  font-size: 13px;
  padding: 10px 20px;
  background: url("../images/member-arrow.png") no-repeat top 15px right 10px;
}

/* line 399, ../scss/jli-partials/_widgets.scss */
.members-area-intro {
  display: block;
  padding: 20px 20px 0px 20px;
}

/* line 406, ../scss/jli-partials/_widgets.scss */
.sharing-buttons {
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 406, ../scss/jli-partials/_widgets.scss */
  .sharing-buttons {
    margin-left: 20px;
  }
}
/* line 413, ../scss/jli-partials/_widgets.scss */
.sharing-buttons .fb_iframe_widget {
  top: -5px;
}

/* line 418, ../scss/jli-partials/_widgets.scss */
.sidebar .sharing-buttons {
  margin-top: 20px;
}

/* line 1, ../scss/jli-partials/_members.scss */
.member-background {
  margin-top: 30px;
  background: #FFF;
}

/* line 6, ../scss/jli-partials/_members.scss */
.members-header {
  padding: 20px;
}

/* line 19, ../scss/jli-partials/_members.scss */
.member-thumbnail {
  text-align: center;
  padding: 20px;
  height: 340px;
  padding-top: 40px;
}

/* line 25, ../scss/jli-partials/_members.scss */
.member-loop {
  padding: 10px;
  text-align: center;
}
/* line 29, ../scss/jli-partials/_members.scss */
.member-loop p {
  margin-right: 0;
}
/* line 32, ../scss/jli-partials/_members.scss */
.member-loop p a {
  color: #53667a;
  text-decoration: none;
}

/* line 39, ../scss/jli-partials/_members.scss */
.members-introduction {
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 45, ../scss/jli-partials/_members.scss */
.member-logo {
  height: 100px;
  display: block;
  vertical-align: middle;
}
/* line 50, ../scss/jli-partials/_members.scss */
.member-logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  max-height: 100px;
}

/* line 59, ../scss/jli-partials/_members.scss */
.member-description {
  margin-left: 170px;
}

/* line 63, ../scss/jli-partials/_members.scss */
.owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px !important;
  height: 100%;
}
/* line 70, ../scss/jli-partials/_members.scss */
.owl-item img, .owl-item a {
  display: block;
  margin: 0 auto;
}
/* line 75, ../scss/jli-partials/_members.scss */
.owl-item img {
  filter: grayscale(100%);
  max-width: 80%;
  align-self: center;
  height: auto !important;
}

/* line 84, ../scss/jli-partials/_members.scss */
.member-page__logo {
  width: 250px;
  height: 140px;
  border: 1px solid #3A4A5B;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
/* line 92, ../scss/jli-partials/_members.scss */
.member-page__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  width: 250px;
}
/* line 100, ../scss/jli-partials/_members.scss */
.member-page__logo img {
  display: inline-block;
  max-width: 200px;
  max-height: 100px;
  vertical-align: center;
  height: auto;
  width: auto;
}
/* line 111, ../scss/jli-partials/_members.scss */
.member-page .hub-button {
  color: #fff;
}
/* line 114, ../scss/jli-partials/_members.scss */
.member-page .hub-button:hover {
  background: #175618;
}
/* line 119, ../scss/jli-partials/_members.scss */
.member-page__description {
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}

/* line 125, ../scss/jli-partials/_members.scss */
.member-users {
  margin-top: 30px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
}
/* line 130, ../scss/jli-partials/_members.scss */
.member-users__profile {
  float: left;
  margin-right: 20px;
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  /* line 130, ../scss/jli-partials/_members.scss */
  .member-users__profile {
    margin-right: 20px;
    height: 270px;
    width: calc(33.333333% - 20px);
  }
}
/* line 143, ../scss/jli-partials/_members.scss */
.member-users__profile:nth-of-type(3n) {
  margin-right: 0;
}
/* line 147, ../scss/jli-partials/_members.scss */
.member-users__profile a {
  color: #3A4A5B;
  text-decoration: none;
}
/* line 151, ../scss/jli-partials/_members.scss */
.member-users__profile a:hover {
  color: #26313c;
}
/* line 154, ../scss/jli-partials/_members.scss */
.member-users__profile a:hover img {
  opacity: 0.8;
}
/* line 160, ../scss/jli-partials/_members.scss */
.member-users__profile img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #3A4A5B;
}

/* line 169, ../scss/jli-partials/_members.scss */
.members-table {
  margin-top: 40px;
}
/* line 172, ../scss/jli-partials/_members.scss */
.members-table .conference-attendee-row {
  cursor: default;
  border-bottom: 1px solid #eee;
}
/* line 177, ../scss/jli-partials/_members.scss */
.members-table tbody td {
  vertical-align: top;
  padding-top: 10px;
  font-size: 14px;
}
/* line 182, ../scss/jli-partials/_members.scss */
.members-table tbody td img {
  margin-top: 0;
}

/* line 188, ../scss/jli-partials/_members.scss */
#organization-not-listed {
  font-size: 14px;
}

/* line 1, ../scss/jli-partials/_users.scss */
.member-home {
  background: #F8F9FA;
  border-bottom: 5px #3b4a5a solid;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 767px) {
  /* line 1, ../scss/jli-partials/_users.scss */
  .member-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* line 12, ../scss/jli-partials/_users.scss */
.member-home__title {
  font-size: 18px;
  font-weight: 800;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}
/* line 20, ../scss/jli-partials/_users.scss */
.member-home__title ul {
  margin-top: 0;
  position: relative;
}
/* line 24, ../scss/jli-partials/_users.scss */
.member-home__title ul:after {
  content: "Quick Links";
  position: absolute;
  color: #A9A9A9;
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  top: -26px;
  right: 0;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  /* line 20, ../scss/jli-partials/_users.scss */
  .member-home__title ul {
    float: right;
  }
}
@media (min-width: 767px) {
  /* line 41, ../scss/jli-partials/_users.scss */
  .member-home__title li {
    display: inline-block;
    margin-left: 15px;
  }
}
/* line 47, ../scss/jli-partials/_users.scss */
.member-home__title li:first-of-type {
  margin-left: 0;
}
/* line 52, ../scss/jli-partials/_users.scss */
.member-home__title a {
  border-radius: 4px;
  border: 1px solid #DCE1E7;
  display: block;
  background: #FFF;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  padding: 6px 26px;
  text-transform: uppercase;
}
/* line 69, ../scss/jli-partials/_users.scss */
.member-home__bottom {
  margin-top: 20px;
}
@media (min-width: 767px) {
  /* line 69, ../scss/jli-partials/_users.scss */
  .member-home__bottom {
    margin-top: 60px;
  }
}
/* line 77, ../scss/jli-partials/_users.scss */
.member-home__social {
  width: 100%;
}
@media (min-width: 767px) {
  /* line 77, ../scss/jli-partials/_users.scss */
  .member-home__social {
    padding-left: 20px;
    float: right;
    width: 42%;
  }
}
/* line 87, ../scss/jli-partials/_users.scss */
.member-home__social-button {
  border-radius: 4px;
  border: 1px solid #00AAEC;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-decoration: none;
  display: block;
  transition: all 300ms ease;
}
/* line 99, ../scss/jli-partials/_users.scss */
.member-home__social-button i {
  float: right;
  font-size: 15px;
  margin-top: 2px;
}
/* line 105, ../scss/jli-partials/_users.scss */
.member-home__social-button--twitter {
  border: 1px solid #00AAEC;
  color: #00AAEC;
}
/* line 109, ../scss/jli-partials/_users.scss */
.member-home__social-button--twitter:hover {
  background: #00AAEC;
  color: #FFF;
}
/* line 115, ../scss/jli-partials/_users.scss */
.member-home__social-button--facebook {
  border: 1px solid #4460A0;
  color: #4460A0;
}
/* line 119, ../scss/jli-partials/_users.scss */
.member-home__social-button--facebook:hover {
  background: #4460A0;
  color: #FFF;
}
/* line 125, ../scss/jli-partials/_users.scss */
.member-home__social-button--linkedin {
  border: 1px solid #007EBB;
  color: #007EBB;
}
/* line 129, ../scss/jli-partials/_users.scss */
.member-home__social-button--linkedin:hover {
  background: #007EBB;
  color: #FFF;
}
/* line 136, ../scss/jli-partials/_users.scss */
.member-home__engage {
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding-top: 30px;
  font-size: 12px;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  height: 200px;
  text-transform: uppercase;
  display: block;
  float: left;
  text-decoration: none;
  color: #3b4a5a;
}
@media (min-width: 767px) {
  /* line 136, ../scss/jli-partials/_users.scss */
  .member-home__engage {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  /* line 159, ../scss/jli-partials/_users.scss */
  .member-home__engage:last-of-type {
    margin-right: 0;
    float: right;
  }
}
/* line 165, ../scss/jli-partials/_users.scss */
.member-home__engage .engage-icon {
  background-color: #52667B;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  margin: 0 auto;
  margin-bottom: 33px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 177, ../scss/jli-partials/_users.scss */
.member-home__engage--resources .engage-icon {
  background-image: url("../images/icon-resource.svg");
}
/* line 183, ../scss/jli-partials/_users.scss */
.member-home__engage--news .engage-icon {
  background-image: url("../images/icon-news-post.svg");
}
/* line 189, ../scss/jli-partials/_users.scss */
.member-home__engage--event .engage-icon {
  background-image: url("../images/icon-calendar.svg");
}
/* line 195, ../scss/jli-partials/_users.scss */
.member-home__edit-profile {
  background-color: #FFF !important;
  color: #3b4a5a !important;
  font-weight: 800;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 42 (36781) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3Eicon-edit-profile%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Member-Home' transform='translate(-1226.000000, -133.000000)' fill='%233A4A5B'%3E%3Cg id='Group-Copy-6' transform='translate(1090.000000, 120.000000)'%3E%3Cpath d='M148.070429,18.3743529 L146.906048,19.5388235 L143.411674,16.045 L144.576465,14.8805294 C144.886775,14.5692353 145.429303,14.5692353 145.740846,14.8801176 L148.070429,17.2094706 C148.391014,17.5306471 148.391014,18.0531765 148.070429,18.3743529 L148.070429,18.3743529 Z M141.133467,25.3529412 L137.646902,25.3529412 L137.646902,21.8665294 L142.395256,17.1176471 L143.557992,18.2800588 L139.730703,22.107 L140.893028,23.2694118 L144.720318,19.4420588 L145.882232,20.6044706 L141.133467,25.3529412 L141.133467,25.3529412 Z M146.973453,13.7168824 C146.510249,13.2548824 145.894562,13 145.241062,13 C144.58633,13 143.970642,13.2548824 143.50826,13.7172941 L136,21.2254118 L136,27 L141.775048,27 L149.283308,19.4922941 C150.238897,18.5378235 150.238897,16.983 149.283308,16.0277059 L146.973453,13.7168824 L146.973453,13.7168824 Z' id='icon-edit-profile'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* line 202, ../scss/jli-partials/_users.scss */
.member-home__edit-profile:hover {
  color: #3b4a5a;
  background-color: #f2f2f2 !important;
}
@media (min-width: 767px) {
  /* line 195, ../scss/jli-partials/_users.scss */
  .member-home__edit-profile {
    position: absolute;
    right: 20px;
    left: auto;
  }
}

/* line 217, ../scss/jli-partials/_users.scss */
.user-page__thumbnail {
  float: left;
  width: 160px;
  max-width: 160px;
  margin-right: 20px;
}
/* line 223, ../scss/jli-partials/_users.scss */
.user-page__thumbnail img {
  max-width: 100%;
  height: auto;
  border: 1px solid #3A4A5B;
}
/* line 230, ../scss/jli-partials/_users.scss */
.user-page__header {
  float: left;
  width: calc(100% - 180px);
}
/* line 234, ../scss/jli-partials/_users.scss */
.user-page__header h1 {
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 241, ../scss/jli-partials/_users.scss */
.user-page__header small {
  font-size: 14px;
  display: block;
  line-height: 21px;
	padding-top: 10px;
}
/* line 247, ../scss/jli-partials/_users.scss */
.user-page__header p {
  margin-top: 10px;
}
/* line 253, ../scss/jli-partials/_users.scss */
.user-page__social img {
  display: inline-block;
}
/* line 257, ../scss/jli-partials/_users.scss */
.user-page__social a {
  display: inline-block;
  transform: all 200ms ease;
}
/* line 262, ../scss/jli-partials/_users.scss */
.user-page__social a:hover {
  opacity: 0.8;
  transform: all 200ms ease;
}
/* line 268, ../scss/jli-partials/_users.scss */
.user-page__details {
  font-size: 14px;
  line-height: 21px;
  border-top: 1px solid #EFEFEF;
}
/* line 273, ../scss/jli-partials/_users.scss */
.user-page__details h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 21px;
}
/* line 282, ../scss/jli-partials/_users.scss */
.user-page--normal {
  display: block;
}
/* line 286, ../scss/jli-partials/_users.scss */
.user-page--form {
  display: none;
}

/* line 292, ../scss/jli-partials/_users.scss */
.board-page {
  margin-top: 40px;
  margin-bottom: 60px;
}
/* line 296, ../scss/jli-partials/_users.scss */
.board-page__profile {
  border-bottom: 1px solid #52667B;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* line 302, ../scss/jli-partials/_users.scss */
.board-page__image {
  width: 160px;
  float: left;
}
/* line 306, ../scss/jli-partials/_users.scss */
.board-page__image img {
  margin-bottom: 0;
  display: block;
}
/* line 312, ../scss/jli-partials/_users.scss */
.board-page__text {
  float: left;
  padding-left: 20px;
  width: calc(100% - 160px);
}
/* line 317, ../scss/jli-partials/_users.scss */
.board-page__text h3 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 325, ../scss/jli-partials/_users.scss */
.board-page__organisation {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}
/* line 332, ../scss/jli-partials/_users.scss */
.board-page__title {
  font-size: 16px;
}
/* line 336, ../scss/jli-partials/_users.scss */
.board-page__bio {
  max-height: 0;
  overflow: hidden;
  transition: all 500ms ease;
}
/* line 343, ../scss/jli-partials/_users.scss */
.board-page__bio.active {
  max-height: 1000px;
  transition: all 500ms ease;
}
/* line 349, ../scss/jli-partials/_users.scss */
.board-page__bio-toggle {
  background: transparent;
  width: 100%;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color: #53667a;
  padding-left: 0;
  margin-top: 10px;
  transition: all 500ms ease;
}
/* line 363, ../scss/jli-partials/_users.scss */
.board-page__bio-toggle .arrow {
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 5px;
  transition: all 500ms ease;
}
/* line 374, ../scss/jli-partials/_users.scss */
.board-page__bio-toggle .hide {
  display: none;
}
/* line 379, ../scss/jli-partials/_users.scss */
.board-page__bio-toggle.active .arrow {
  transform: rotate(270deg);
  transition: all 500ms ease;
}
/* line 384, ../scss/jli-partials/_users.scss */
.board-page__bio-toggle.active .view {
  display: none;
}
/* line 388, ../scss/jli-partials/_users.scss */
.board-page__bio-toggle.active .hide {
  display: inline;
}

/* line 395, ../scss/jli-partials/_users.scss */
[ng-cloak] {
  display: none !important;
}

/* line 403, ../scss/jli-partials/_users.scss */
#field_13_19 li, #field_13_26 li, #field_13_21 li, #field_14_10 li, #field_14_6 li {
  display: inline-block;
  width: 50% !important;
  vertical-align: top;
}

/* line 411, ../scss/jli-partials/_users.scss */
.gfield_checkbox input[type=checkbox], .gfield_checkbox input[type=radio], .gfield_radio input[type=checkbox], .gfield_radio input[type=radio] {
  margin-top: 5px !important;
}

/* line 2, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper {
  min-height: 200px;
}
/* line 5, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper td {
  padding: 0px !important;
}
/* line 9, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .ui-tooltip {
  display: none !important;
}
/* line 13, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .ui-widget-header {
  border-color: #89bc45;
}
/* line 16, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .ui-state-default {
  border: 0px;
  background: #53667a;
  color: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  font-weight: normal;
  color: #555555;
  text-transform: uppercase;
  padding: 5px 15px;
}
/* line 30, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .ui-icon-circle-triangle-w, .wpfc-calendar-wrapper .ui-icon-circle-triangle-e {
  display: none;
}
/* line 34, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .ui-state-highlight, .wpfc-calendar-wrapper .ui-widget-content .ui-state-highlight {
  border: 0;
  background: #FFF;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 44, ../scss/jli-partials/_events.scss */
  .wpfc-calendar-wrapper .wpfc-calendar .fc-toolbar .fc-left {
    float: none !important;
    width: 100% !important;
    overflow: auto !important;
    padding-bottom: 10px !important;
  }
}
/* line 52, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .wpfc-calendar .fc-toolbar .fc-left .fc-today-button {
  color: white;
}
/* line 56, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .wpfc-calendar .fc-toolbar .fc-left .fc-button-group button {
  color: white;
  margin-right: 4px;
  background: #53667a;
}
/* line 63, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .wpfc-calendar .fc-toolbar .fc-left .fc-button-group button.fc-prev-button:before {
  content: "\f104";
  font-family: FontAwesome;
  color: white;
  font-size: 15px;
}
/* line 69, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .wpfc-calendar .fc-toolbar .fc-left .fc-button-group button.fc-next-button:before {
  content: "\f105";
  font-family: FontAwesome;
  color: white;
  font-size: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 78, ../scss/jli-partials/_events.scss */
  .wpfc-calendar-wrapper .wpfc-calendar .fc-toolbar .fc-right {
    float: none !important;
    width: 100% !important;
  }
}
/* line 84, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .wpfc-calendar .fc-toolbar .fc-right .fc-button-group button {
  background: #53667a;
  color: white;
  margin-left: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  padding: 5px 15px;
}
/* line 100, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .wpfc-calendar .wpfc-calendar-search .ui-state-default {
  width: auto !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 25px !important;
  line-height: 25px !important;
}
/* line 106, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .wpfc-calendar .wpfc-calendar-search .ui-state-default .ui-selectmenu-text {
  color: white;
  padding-right: 1em;
  padding-top: 0.1em;
}
/* line 107, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .wpfc-calendar .wpfc-calendar-search .ui-state-default .ui-icon {
  display: none;
}
/* line 108, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .wpfc-calendar .wpfc-calendar-search .ui-state-default .ui-selectmenu-text:after {
  content: " \f0d7";
  font-family: FontAwesome;
  color: white;
  font-size: 15px;
}
/* line 117, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .wpfc-calendar .wpfc-calendar-search .ui-selectmenu-#e8e7db span.ui-selectmenu-text {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 126, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper table {
  border-color: #e8e7db;
}
/* line 129, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper table table {
  border-bottom: 0px;
}
/* line 132, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper table thead th {
  background: #89bc45;
  padding: 15px;
  text-transform: uppercase;
  color: white;
  border-color: #89bc45;
}
/* line 142, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper table tbody tr {
  border-bottom: 0px !important;
}
/* line 145, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper table tbody td {
  background: white;
  border-bottom: 0px;
  border-right: 0px;
}
/* line 150, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper table tbody td .fc-day-grid-event {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 160, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .fc-day-number {
  background: #e8e7db !important;
  color: #000 !important;
  text-align: center  !important;
  padding: 10px  !important;
}
/* line 166, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .fc-event-container a {
  padding: 5px;
}
/* line 169, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .fc-toolbar h2 {
  font-size: 30px !important;
}
@media (min-width: 940px) {
  /* line 172, ../scss/jli-partials/_events.scss */
  .wpfc-calendar-wrapper .fc-day-grid-event .fc-content {
    white-space: normal;
  }
}
/* line 176, ../scss/jli-partials/_events.scss */
.wpfc-calendar-wrapper .fc-day-grid-event .fc-content .fc-time, .wpfc-calendar-wrapper .fc-day-grid-event .fc-content .fc-title {
  color: #e8e7db;
}
@media (min-width: 0px) and (max-width: 767px) {
  /* line 181, ../scss/jli-partials/_events.scss */
  .wpfc-calendar-wrapper .fc-center {
    margin: 20px 0 0 0;
    text-align: left;
    width: 100%;
  }
}

/* line 188, ../scss/jli-partials/_events.scss */
.fc-day-grid-container.fc-scroller {
  height: 100% !important;
}

/* single events page */
/* line 193, ../scss/jli-partials/_events.scss */
ul.event-categories {
  padding: 0;
}
/* line 196, ../scss/jli-partials/_events.scss */
ul.event-categories a {
  color: white;
  text-transform: uppercase;
}
/* line 200, ../scss/jli-partials/_events.scss */
ul.event-categories li {
  list-style: none;
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  background: #e8e7db;
  padding: 5px 10px;
}

/* single locations page */
/* line 212, ../scss/jli-partials/_events.scss */
.em-location-map-container {
  width: 100% !important;
}
/* line 214, ../scss/jli-partials/_events.scss */
.em-location-map-container .em-location-map {
  border: 5px solid white;
}

/* line 220, ../scss/jli-partials/_events.scss */
div.time-picker li {
  height: 24px;
  line-height: 18px;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 33, ../scss/breakpoints/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 34, ../scss/breakpoints/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 35, ../scss/breakpoints/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 36, ../scss/breakpoints/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  Front page
  *********************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 90, ../scss/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 94, ../scss/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 99, ../scss/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 104, ../scss/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* Again, killing this to axe the responsive functionality for the site
  .wrap {
  	width: 760px;
  }
  */
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 45, ../scss/breakpoints/_768up.scss */
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 49, ../scss/breakpoints/_768up.scss */
  .nav ul {
    margin-top: 0;
  }
  /* line 52, ../scss/breakpoints/_768up.scss */
  .nav li {
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 56, ../scss/breakpoints/_768up.scss */
  .nav li a {
    border-bottom: 0;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 70, ../scss/breakpoints/_768up.scss */
  .nav li:last-child ul.sub-menu,
  .nav li:last-child ul.children {
    right: 0;
  }
  /* line 80, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 90, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu ul.sub-menu,
  .nav li ul.children ul.sub-menu {
    border: 0;
    position: relative;
    padding-left: 20px;
    width: auto;
  }
  /* line 97, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 99, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
  }
  /* line 116, ../scss/breakpoints/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 138, ../scss/breakpoints/_768up.scss */
  .nav li:hover ul {
    top: auto;
    overflow: visible;
    visibility: visible;
  }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 159, ../scss/breakpoints/_768up.scss */
  .sidebar {
    margin-top: 2.2em;
  }

  /* line 163, ../scss/breakpoints/_768up.scss */
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  /* line 168, ../scss/breakpoints/_768up.scss */
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  /* line 173, ../scss/breakpoints/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 181, ../scss/breakpoints/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 289, ../scss/breakpoints/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
  /* line 303, ../scss/breakpoints/_768up.scss */
  .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 45px;
    clear: left;
    display: block;
  }

  /* line 309, ../scss/breakpoints/_768up.scss */
  .gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px !important;
  }

  /* line 313, ../scss/breakpoints/_768up.scss */
  .gform_wrapper div.charleft {
    margin-top: -10px !important;
  }

  /* line 317, ../scss/breakpoints/_768up.scss */
  .name_first input, .name_last input {
    margin-bottom: 0px !important;
  }

  /* line 321, ../scss/breakpoints/_768up.scss */
  .ginput_container_fileupload {
    margin-bottom: 40px;
  }

  /* line 326, ../scss/breakpoints/_768up.scss */
  .ginput_container_checkbox label {
    margin-left: 5px !important;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1300px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 12, ../scss/breakpoints/_1300up.scss */
  .full-width-image-teaser {
    max-width: 1300px !important;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 13, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 21, ../scss/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 26, ../scss/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 31, ../scss/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 36, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 42, ../scss/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 47, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 51, ../scss/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 55, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 63, ../scss/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 68, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 74, ../scss/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
